aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorBonfaceKilz2021-06-29 13:09:21 +0300
committerBonfaceKilz2021-06-29 14:50:30 +0300
commit69da1064e0815f4c60584a977d928c64c3f68507 (patch)
treea4db1f026a947d0a38e7e1025cc63f6e7f2113db /guix.scm
parent24dd43cade94603f2a39ebd0d92dd97736f6492f (diff)
downloadgenenetwork3-69da1064e0815f4c60584a977d928c64c3f68507.tar.gz
guix: Add diffutils as a propagated input
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/guix.scm b/guix.scm
index 19e73a0..f20d62a 100644
--- a/guix.scm
+++ b/guix.scm
@@ -70,6 +70,7 @@
#:recursive? #t
#:select? git-file?))
(propagated-inputs `(("coreutils" ,coreutils)
+ ("diffutils" ,diffutils)
("gemma-wrapper" ,gemma-wrapper)
("python" ,python-wrapper)
("python-bcrypt" ,python-bcrypt)