guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#49327] [PATCH core-updates 090/128] gnu: ranger: Add 'bash' input f


From: Maxime Devos
Subject: [bug#49327] [PATCH core-updates 090/128] gnu: ranger: Add 'bash' input for 'wrap-program'.
Date: Fri, 2 Jul 2021 12:07:36 +0200

It is required for cross-compilation.

* gnu/packages/disk.scm
  (ranger)[inputs]: Add 'bash-minimal'.
---
 gnu/packages/disk.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index c31afee627..cf08101483 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -740,7 +740,8 @@ Duperemove can also take input from the @command{fdupes} 
program.")
                 "0lfjrpv3z4h0knd3v94fijrw2zjba51mrp3mjqx2c98wr428l26f"))))
     (build-system python-build-system)
     (inputs
-     `(("w3m" ,w3m)))
+     `(("bash" ,bash-minimal) ; for wrap-program
+       ("w3m" ,w3m)))
     (native-inputs
      `(("which" ,which)
 
-- 
2.32.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]