diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-06-23 15:56:50 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-06-23 15:56:50 +0300 |
commit | b9e1fc2f04620ad533deba1573cab5ff9750835d (patch) | |
tree | 5917dcd88969cb8ab27c191edff722f286f9f24a /gnu/packages | |
parent | 09c2fb1238e4537793a60fd5245dc9628e1f6ffa (diff) | |
download | guix-b9e1fc2f04620ad533deba1573cab5ff9750835d.tar.gz |
gnu: stumpwm-contrib: Add a source file-name.
* gnu/packages/wm.scm (stumpwm-contrib)[source]: Add file-name field.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/wm.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 61cbedef5c..a4259ced90 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -1671,6 +1671,7 @@ productive, customizable lisp based systems.") (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) |