mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 02:50:45 +02:00
gnu: guile-knots: Use git-file-name.
* gnu/packages/guile-xyz.scm (guile-knots)[source]: Use git-file-name. Change-Id: Ice44464de5a4ec654441aae847de8bca20c1461b
This commit is contained in:
parent
c6047ca655
commit
eb30f5ecbe
1 changed files with 1 additions and 1 deletions
|
@ -6683,7 +6683,7 @@ is an attempt to combine both into something useful.")
|
|||
(sha256
|
||||
(base32
|
||||
"1342a7rw9zqxgii5q4ahiqabmgqbvczjdx1308yf9k3d8x6gk41q"))
|
||||
(file-name (string-append name "-" version "-checkout"))))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list pkg-config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue