From 69da1064e0815f4c60584a977d928c64c3f68507 Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Tue, 29 Jun 2021 13:09:21 +0300 Subject: guix: Add diffutils as a propagated input --- guix.scm | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3