mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-07-02 16:34:04 +02:00
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
This commit is contained in:
@@ -297,7 +297,8 @@ human.")
|
||||
(list
|
||||
#:configure-flags
|
||||
#~(append
|
||||
(list "-DWITH_XC_ALL=YES"
|
||||
(list "-DKEEPASSXC_BUILD_TYPE=Release"
|
||||
"-DWITH_XC_ALL=YES"
|
||||
"-DWITH_XC_UPDATECHECK=NO")
|
||||
#$(if (member (%current-system)
|
||||
(package-transitive-supported-systems
|
||||
|
||||
Reference in New Issue
Block a user