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

View file

@ -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)