mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 4 additions and 3 deletions
|
@ -830,7 +830,7 @@ (define-public impressive
|
|||
(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 @@ (define-public fbida
|
|||
"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
|
||||
|
|
Loading…
Reference in a new issue