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

commit 4e073dcd41d47d4e67cc398288bc35edc16ee549
Author: Marius Bakke <[email protected]>
Date:   Tue Jul 9 22:17:39 2019 +0200

    gnu: glib: Remove superfluous input.
    
    * gnu/packages/glib.scm (glib)[inputs]: Remove BASH.
---
 gnu/packages/glib.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index f50dba0..3d17bc7 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -30,7 +30,6 @@
   #:use-module (gnu packages)
   #:use-module (gnu packages backup)
   #:use-module (gnu packages base)
-  #:use-module (gnu packages bash)
   #:use-module (gnu packages bison)
   #:use-module (gnu packages check)
   #:use-module (gnu packages compression)
@@ -195,7 +194,6 @@ shared NFS home directories.")
       ("pkg-config" ,pkg-config)
       ("python" ,python-wrapper)
       ("perl" ,perl)                              ; needed by GIO tests
-      ("bash" ,bash)
       ("tzdata" ,tzdata-for-tests)))                  ; for tests/gdatetime.c
    (arguments
     `(#:phases

Reply via email to