mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: noweb: Declare a source file-name.
* gnu/packages/noweb.scm (noweb)[source]: Add file-name field.
This commit is contained in:
parent
a6b937b329
commit
9cd3282162
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
||||||
(url "https://github.com/nrnrnr/noweb")
|
(url "https://github.com/nrnrnr/noweb")
|
||||||
(commit (string-append "v" (string-join (string-split version #\.)
|
(commit (string-append "v" (string-join (string-split version #\.)
|
||||||
"_")))))
|
"_")))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1160i2ghgzqvnb44kgwd6s3p4jnk9668rmc15jlcwl7pdf3xqm95"))))
|
(base32 "1160i2ghgzqvnb44kgwd6s3p4jnk9668rmc15jlcwl7pdf3xqm95"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue