gnu: scrot: Name source checkout.

* gnu/packages/xdisorg.scm (scrot)[source]: Add FILE-NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-06-22 00:36:34 +02:00
parent 6263202ba2
commit c9750434aa
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 0 deletions

View File

@ -519,6 +519,7 @@ move windows, switch between desktops, etc.).")
(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)