guix-commits
[Top][All Lists]
Advanced

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

14/14: gnu: gammastep: Add bash-minimal to inputs.


From: guix-commits
Subject: 14/14: gnu: gammastep: Add bash-minimal to inputs.
Date: Thu, 19 Oct 2023 23:43:14 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 6d10ec739d9cc5adc0ce5f4ea628c769a2f6da34
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Oct 19 23:37:24 2023 -0400

    gnu: gammastep: Add bash-minimal to inputs.
    
    * gnu/packages/xdisorg.scm (gammastep) [inputs]: Add bash-minimal.
    [arguments]: Delete trailing #t.
    
    Change-Id: I8ab8b8b6293aaf5bf907003044bdb79adc614ceb
---
 gnu/packages/xdisorg.scm | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 381d1e772c..0697cf83e5 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -3504,7 +3504,7 @@ if there's more than one.")
         (base32 "1xa6sgvnwynl2qrjnsppvb2vg4p5v1pisrfhrmnlymw1fzhh6s9p"))))
     (build-system gnu-build-system)
     (inputs
-     (list libx11 perl perl-tk))
+     (list bash-minimal libx11 perl perl-tk))
     (arguments
      `(#:tests? #f                      ; There are none.
        #:make-flags
@@ -3526,14 +3526,13 @@ if there's more than one.")
            (lambda* (#:key outputs #:allow-other-keys)
              (wrap-program (string-append (assoc-ref outputs "out")
                                           "/bin/xkbset-gui")
-               `("PERL5LIB" ":" prefix (,(getenv "PERL5LIB"))))
-             #t))
+               `("PERL5LIB" ":" prefix (,(getenv "PERL5LIB"))))))
          (replace 'install-license-files
            (lambda* (#:key outputs #:allow-other-keys)
              (install-file "COPYRIGHT"
-                           (string-append (assoc-ref outputs "out")
-                                          "/share/doc/" ,name "-" ,version))
-             #t)))))
+                           (string-append
+                            (assoc-ref outputs "out")
+                            "/share/doc/" ,name "-" ,version)))))))
     (home-page "https://stephenmontgomerysmith.github.io/software/#xkbset";)
     (synopsis "User-preference utility for XKB extensions for X")
     (description



reply via email to

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