gnu: stumpwm-contrib: Add a source file-name.

* gnu/packages/wm.scm (stumpwm-contrib)[source]: Add file-name field.
This commit is contained in:
Efraim Flashner 2020-06-23 15:56:50 +03:00
parent 09c2fb1238
commit b9e1fc2f04
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1671,6 +1671,7 @@ (define stumpwm-contrib
(uri (git-reference
(url "https://github.com/stumpwm/stumpwm-contrib.git")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "0giac390bq95ag41xkxqp8jjrhfx1wpgglz7jg5rkm0wjhcwmyml"))))
(build-system asdf-build-system/sbcl)