diff options
author | Ludovic Courtès | 2020-11-01 18:14:42 +0100 |
---|---|---|
committer | Ludovic Courtès | 2020-11-01 18:17:13 +0100 |
commit | 2ce0e11a9afe5b389e0bfe7c535d304826aa031a (patch) | |
tree | 6f029751315eece4b8d997b2d120829a578fee94 /guix.scm | |
parent | 0bca4ccd354410e80a576dc67cd8da8bde7b7957 (diff) | |
download | skribilo-2ce0e11a9afe5b389e0bfe7c535d304826aa031a.tar.gz skribilo-2ce0e11a9afe5b389e0bfe7c535d304826aa031a.tar.lz skribilo-2ce0e11a9afe5b389e0bfe7c535d304826aa031a.zip |
guix: Add dependency on Git.
* guix.scm (skribilo)[native-inputs]: Add GIT-MINIMAL.
Diffstat (limited to 'guix.scm')
-rw-r--r-- | guix.scm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -45,7 +45,8 @@ `(("pkg-config" ,(S "pkg-config")) ("autoconf" ,(S "autoconf")) ("automake" ,(S "automake")) - ("gettext" ,(S "gettext")))) + ("gettext" ,(S "gettext")) + ("git" ,(S "git-minimal")))) ;for version numbers (inputs `(("guile" ,(S "guile")) ("imagemagick" ,(S "imagemagick")) ;'convert' |