diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2026-05-18 17:28:54 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-05-20 11:42:09 +0300 |
| commit | fdefbfd53a0b4105d5c7cf2cf18cedb30a7cc7ff (patch) | |
| tree | d5eaa49b23c33a150c4c45093325984c13ed8b37 /gnu/packages/password-utils.scm | |
| parent | 3b7fd1e76698559f8575ffeeed116673bd00ade1 (diff) | |
gnu: keepassxc: Build as release build.
* gnu/packages/password-utils.scm (keepassxc)[arguments]: Add a
configure-flag to mark the build as a release build.
Reported by civodul in #guix.
Change-Id: I0f08e91de026b569754af7f5baffad8b0d6df5ab
Diffstat (limited to 'gnu/packages/password-utils.scm')
| -rw-r--r-- | gnu/packages/password-utils.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index 3f59eca6a42..f1fbd8ad671 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm | |||
| @@ -297,7 +297,8 @@ human.") | |||
| 297 | (list | 297 | (list |
| 298 | #:configure-flags | 298 | #:configure-flags |
| 299 | #~(append | 299 | #~(append |
| 300 | (list "-DWITH_XC_ALL=YES" | 300 | (list "-DKEEPASSXC_BUILD_TYPE=Release" |
| 301 | "-DWITH_XC_ALL=YES" | ||
| 301 | "-DWITH_XC_UPDATECHECK=NO") | 302 | "-DWITH_XC_UPDATECHECK=NO") |
| 302 | #$(if (member (%current-system) | 303 | #$(if (member (%current-system) |
| 303 | (package-transitive-supported-systems | 304 | (package-transitive-supported-systems |
