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.
This commit is contained in:
parent
91d42be7ef
commit
b3e5cb4c7b
|
@ -830,7 +830,7 @@ the PDF pages.")
|
||||||
(define-public fbida
|
(define-public fbida
|
||||||
(package
|
(package
|
||||||
(name "fbida")
|
(name "fbida")
|
||||||
(version "2.12")
|
(version "2.14")
|
||||||
(home-page "https://www.kraxel.org/blog/linux/fbida/")
|
(home-page "https://www.kraxel.org/blog/linux/fbida/")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -838,14 +838,15 @@ the PDF pages.")
|
||||||
"fbida-" version ".tar.gz"))
|
"fbida-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bw224vb7jh0lrqaf4jgxk48xglvxs674qcpj5y0axyfbh896cfk"))))
|
"0f242mix20rgsqz1llibhsz4r2pbvx6k32rmky0zjvnbaqaw1dwm"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'patch-ldconfig
|
(add-after 'unpack 'patch-FHS-file-names
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "mk/Autoconf.mk"
|
(substitute* "mk/Autoconf.mk"
|
||||||
|
(("/bin/echo") "echo")
|
||||||
(("/sbin/ldconfig -p") "echo lib")) #t))
|
(("/sbin/ldconfig -p") "echo lib")) #t))
|
||||||
(delete 'configure))
|
(delete 'configure))
|
||||||
#:tests? #f
|
#:tests? #f
|
||||||
|
|
Loading…
Reference in New Issue