mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: scrot: Name source checkout.
* gnu/packages/xdisorg.scm (scrot)[source]: Add FILE-NAME.
This commit is contained in:
parent
6263202ba2
commit
c9750434aa
1 changed files with 1 additions and 0 deletions
|
@ -519,6 +519,7 @@ (define-public scrot
|
|||
(git-reference
|
||||
(url "https://github.com/resurrecting-open-source-projects/scrot.git")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1dg0pnmk09p7zlbyxv7d40vf54amrv73y976ds5p7096x6lmlndy"))))
|
||||
(build-system gnu-build-system)
|
||||
|
|
Loading…
Reference in a new issue