gnu: fntsample: Update to 5.4.
* gnu/packages/fontutils.scm (fntsample): Update to 5.4. [arguments]: Don't explicitly return #t from phases.
This commit is contained in:
parent
3e73beaf23
commit
44d0acfe92
1 changed files with 3 additions and 4 deletions
|
@ -891,7 +891,7 @@ work well with other GTK+ desktop environments.")
|
||||||
(define-public fntsample
|
(define-public fntsample
|
||||||
(package
|
(package
|
||||||
(name "fntsample")
|
(name "fntsample")
|
||||||
(version "5.3")
|
(version "5.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -900,7 +900,7 @@ work well with other GTK+ desktop environments.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02rx3gp7k472304vhjwb129nw10a29s4nvgs7i2m6bpjhlk2xgs5"))))
|
"0pcqqdriv6hq64zrqd9vhdd9p2vhimjnajcxdz10qnqgrkmm751v"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; There are no tests.
|
`(#:tests? #f ; There are no tests.
|
||||||
|
@ -921,8 +921,7 @@ work well with other GTK+ desktop environments.")
|
||||||
"/lib/perl5/site_perl/"
|
"/lib/perl5/site_perl/"
|
||||||
,(package-version perl))))
|
,(package-version perl))))
|
||||||
(wrap-program (string-append out "/bin/pdfoutline")
|
(wrap-program (string-append out "/bin/pdfoutline")
|
||||||
`("PERL5LIB" ":" prefix (,perllib)))
|
`("PERL5LIB" ":" prefix (,perllib)))))))))
|
||||||
#t))))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("gettext" ,gettext-minimal)))
|
("gettext" ,gettext-minimal)))
|
||||||
|
|
Reference in a new issue