mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 02:03:29 -05:00
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 @@ (define-public libgpg-error
|
|||
(string-append x "-unknown-linux-gnu")))))
|
||||
(symlink
|
||||
(string-append "lock-obj-pub." triplet ".h")
|
||||
"src/syscfg/lock-obj-pub.linux-gnu.h"))
|
||||
#t))))
|
||||
"src/syscfg/lock-obj-pub.linux-gnu.h"))))))
|
||||
'()))
|
||||
(native-inputs `(("gettext" ,gettext-minimal)))
|
||||
(home-page "https://gnupg.org")
|
||||
|
|
Loading…
Reference in a new issue