mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: fntsample: Don't use unstable tarball.
* gnu/packages/fontutils.scm (fntsample)[source]: Download using git-fetch.
This commit is contained in:
parent
de0f36f0aa
commit
405b9ba048
1 changed files with 6 additions and 6 deletions
|
@ -831,14 +831,14 @@ work well with other GTK+ desktop environments.")
|
||||||
(name "fntsample")
|
(name "fntsample")
|
||||||
(version "5.3")
|
(version "5.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append
|
(uri (git-reference
|
||||||
"https://github.com/eugmes/fntsample/archive/release/"
|
(url "https://github.com/eugmes/fntsample")
|
||||||
version ".tar.gz"))
|
(commit (string-append "release/" version))))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0awp4dh1g40ivzvm5xqlvcpcdw1vplrx3drjmbylr62y185vbs74"))))
|
"02rx3gp7k472304vhjwb129nw10a29s4nvgs7i2m6bpjhlk2xgs5"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; There are no tests.
|
`(#:tests? #f ; There are no tests.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue