libgpg-error: Remove trailing #f from phases.
These aren't required anymore. * gnu/packages/gnupg.scm (libgpgerror)[arguments]{cross-symlinks}: Remove trailing #f. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
a997640db9
commit
e444cf3ef4
1 changed files with 1 additions and 2 deletions
|
@ -114,8 +114,7 @@
|
||||||
(string-append x "-unknown-linux-gnu")))))
|
(string-append x "-unknown-linux-gnu")))))
|
||||||
(symlink
|
(symlink
|
||||||
(string-append "lock-obj-pub." triplet ".h")
|
(string-append "lock-obj-pub." triplet ".h")
|
||||||
"src/syscfg/lock-obj-pub.linux-gnu.h"))
|
"src/syscfg/lock-obj-pub.linux-gnu.h"))))))
|
||||||
#t))))
|
|
||||||
'()))
|
'()))
|
||||||
(native-inputs `(("gettext" ,gettext-minimal)))
|
(native-inputs `(("gettext" ,gettext-minimal)))
|
||||||
(home-page "https://gnupg.org")
|
(home-page "https://gnupg.org")
|
||||||
|
|
Reference in a new issue