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:
Maxime Devos 2021-07-14 13:12:53 +02:00 committed by Mathieu Othacehe
parent a997640db9
commit e444cf3ef4
No known key found for this signature in database
GPG Key ID: 8354763531769CA6

View File

@ -114,8 +114,7 @@
(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")