guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: bash-minimal: Remove 'move-development-files' phase.


From: Ludovic Courtès
Subject: 01/01: gnu: bash-minimal: Remove 'move-development-files' phase.
Date: Sun, 2 Oct 2016 13:17:14 +0000 (UTC)

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

commit e543c8a2c6bdc8f129d02a4b48ff336d0e7b529b
Author: Ludovic Courtès <address@hidden>
Date:   Sun Oct 2 15:16:21 2016 +0200

    gnu: bash-minimal: Remove 'move-development-files' phase.
    
    * gnu/packages/bash.scm (bash-minimal)[arguments]: Delete
    'move-development-files' phase.
    (static-bash)[arguments]: Remove deletion of 'move-development-files'
    phase.
---
 gnu/packages/bash.scm |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/bash.scm b/gnu/packages/bash.scm
index 3b175a5..01168ad 100644
--- a/gnu/packages/bash.scm
+++ b/gnu/packages/bash.scm
@@ -204,7 +204,11 @@ without modification.")
 
                  ,@(if (%current-target-system)
                        '("bash_cv_job_control_missing=no")
-                       '()))))))))
+                       '())))
+         ((#:phases phases)
+          `(modify-phases ,phases
+             ;; No loadable modules.
+             (delete 'move-development-files))))))))
 
 (define-public static-bash
   ;; Statically-linked Bash that contains nothing but the 'bash' binary and
@@ -229,10 +233,7 @@ without modification.")
                    (remove-store-references (string-append bin "/bash"))
                    (delete-file (string-append bin "/bashbug"))
                    (delete-file-recursively (string-append out "/share"))
-                   #t)))
-
-             ;; No loadable modules.
-             (delete 'move-development-files))))))))
+                   #t))))))))))
 
 (define-public bash-completion
   (package



reply via email to

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