guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: mm-common: Make coreutils and sed native-inp


From: guix-commits
Subject: branch master updated: gnu: mm-common: Make coreutils and sed native-inputs.
Date: Sun, 05 Apr 2020 14:58:40 -0400

This is an automated email from the git hooks/post-receive script.

dannym pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 74a6588  gnu: mm-common: Make coreutils and sed native-inputs.
74a6588 is described below

commit 74a658857345b564fe0eb8e38c64044b5432289c
Author: Danny Milosavljevic <address@hidden>
AuthorDate: Sun Apr 5 20:58:03 2020 +0200

    gnu: mm-common: Make coreutils and sed native-inputs.
    
    * gnu/packages/gnome.scm (mm-common)[inputs]: Remove coreutils, sed.
    [native-inputs]: Add coreutils, sed.
---
 gnu/packages/gnome.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 036716a..088de7d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -279,12 +279,12 @@ features to enable users to create their discs easily and 
quickly.")
                                       "/bin/cat")))
              #t)))))
     (native-inputs
-     `(("gettext" ,gettext-minimal)
-       ("pkg-config" ,pkg-config)))
-    (inputs
      `(("coreutils" ,coreutils)
-       ("python" ,python)
+       ("gettext" ,gettext-minimal)
+       ("pkg-config" ,pkg-config)
        ("sed" ,sed)))
+    (inputs
+     `(("python" ,python)))
     (synopsis "Module of GNOME C++ bindings")
     (description "The mm-common module provides the build infrastructure
 and utilities shared among the GNOME C++ binding libraries.  Release



reply via email to

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