guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: bash-minimal: Remove "include" output.


From: Ludovic Courtès
Subject: 01/02: gnu: bash-minimal: Remove "include" output.
Date: Thu, 13 Oct 2016 14:28:56 +0000 (UTC)

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

commit c86447f486506d468e08ef42f5683883cafadfda
Author: Ludovic Courtès <address@hidden>
Date:   Thu Oct 13 13:01:37 2016 +0200

    gnu: bash-minimal: Remove "include" output.
    
    * gnu/packages/bash.scm (bash-minimal)[outputs]: New field.
    (static-bash)[outputs]: Remove.
---
 gnu/packages/bash.scm |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/bash.scm b/gnu/packages/bash.scm
index c12c0ac..d328d71 100644
--- a/gnu/packages/bash.scm
+++ b/gnu/packages/bash.scm
@@ -182,6 +182,10 @@ without modification.")
   (package (inherit bash)
     (name "bash-minimal")
     (inputs '())                                ; no readline, no curses
+
+    ;; No "include" output because there's no support for loadable modules.
+    (outputs (delete "include" (package-outputs bash)))
+
     (arguments
      (let ((args `(#:modules ((guix build gnu-build-system)
                               (guix build utils)
@@ -217,10 +221,6 @@ without modification.")
     (package
       (inherit bash)
       (name "bash-static")
-
-      ;; No "include" output because there's no support for loadable modules.
-      (outputs (delete "include" (package-outputs bash)))
-
       (arguments
        (substitute-keyword-arguments
            `(#:allowed-references ("out") ,@(package-arguments bash))



reply via email to

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