aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-02-17 19:30:46 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-02-17 19:37:44 +0100
commitb3e5cb4c7b7cd303ed8219cd93939be24e27cae1 (patch)
tree62e8b73d9290a7f34654842ebe53255bcf755d75
parent91d42be7ef410bb3943481c352dfa0a3cc28882f (diff)
downloadguix-b3e5cb4c7b7cd303ed8219cd93939be24e27cae1.tar
guix-b3e5cb4c7b7cd303ed8219cd93939be24e27cae1.tar.gz
gnu: fbida: Update to 2.14.
* gnu/packages/pdf.scm (fbida): Update to 2.14. [arguments]: Trust in /home/nckx/.local/bin:/run/setuid-programs:/home/nckx/.config/guix/current/bin:/home/nckx/.guix-profile/bin:/home/nckx/.guix-profile/sbin:/run/current-system/profile/bin:/run/current-system/profile/sbin.
-rw-r--r--gnu/packages/pdf.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 38a4516707..29f2381e6d 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -830,7 +830,7 @@ the PDF pages.")
(define-public fbida
(package
(name "fbida")
- (version "2.12")
+ (version "2.14")
(home-page "https://www.kraxel.org/blog/linux/fbida/")
(source (origin
(method url-fetch)
@@ -838,14 +838,15 @@ the PDF pages.")
"fbida-" version ".tar.gz"))
(sha256
(base32
- "0bw224vb7jh0lrqaf4jgxk48xglvxs674qcpj5y0axyfbh896cfk"))))
+ "0f242mix20rgsqz1llibhsz4r2pbvx6k32rmky0zjvnbaqaw1dwm"))))
(build-system gnu-build-system)
(arguments
'(#:phases
(modify-phases %standard-phases
- (add-after 'unpack 'patch-ldconfig
+ (add-after 'unpack 'patch-FHS-file-names
(lambda _
(substitute* "mk/Autoconf.mk"
+ (("/bin/echo") "echo")
(("/sbin/ldconfig -p") "echo lib")) #t))
(delete 'configure))
#:tests? #f