mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: ntk: Use git-file-name.
* gnu/packages/fltk.scm (ntk): Use git-file-name.
This commit is contained in:
parent
d4160848a0
commit
fb36ac61d4
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ (define-public ntk
|
|||
(sha256
|
||||
(base32
|
||||
"0j38mhnfqy6swcrnc5zxcwlqi8b1pgklyghxk6qs1lf4japv2zc0"))
|
||||
(file-name (string-append name "-" version "-checkout"))))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system waf-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ;no "check" target
|
||||
|
|
Loading…
Reference in a new issue