mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: guile-pfds: Use git-file-name.
* gnu/packages/guile-xyz.scm (guile-pfds)[source]: Use git-file-name. Change-Id: I287bf81570b111372b532eebfa14be0a98a36b89
This commit is contained in:
parent
9dbdff7423
commit
227eeed633
1 changed files with 1 additions and 1 deletions
|
@ -1364,7 +1364,7 @@ using Guile's foreign function interface.")
|
|||
(sha256
|
||||
(base32
|
||||
"19y33wg94pf0n98dkfqd1zbw93fgky4sawxsxl6s3vyqwl0yi5vh"))
|
||||
(file-name (string-append name "-" version "-checkout"))))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system guile-build-system)
|
||||
(arguments
|
||||
'(#:source-directory "src"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue