mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: guile-prometheus: Use git-file-name.
* gnu/packages/guile-xyz.scm (guile-prometheus)[source]: Use git-file-name. Change-Id: I9d4ef8109e679593bdd328db15de24f41c6175f5
This commit is contained in:
parent
227eeed633
commit
22bd59401f
1 changed files with 1 additions and 1 deletions
|
@ -1471,7 +1471,7 @@ works with Guile 1.4.x to 2.0.x.")
|
|||
(sha256
|
||||
(base32
|
||||
"0f8rykqx3mdbi7mgvvanx65i9gn5wmb768vlzrbg002v38284bf2"))
|
||||
(file-name (string-append name "-" version "-checkout"))))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list pkg-config autoconf automake guile-3.0))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue