guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: gparted: Make some inputs native.


From: guix-commits
Subject: 02/02: gnu: gparted: Make some inputs native.
Date: Sat, 4 Apr 2020 16:02:35 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit 19b10c91e82a64ef989adf8dcdff0a291ca0675b
Author: Vincent Legoll <address@hidden>
AuthorDate: Sat Apr 4 19:49:16 2020 +0200

    gnu: gparted: Make some inputs native.
    
    * gnu/packages/disk.scm (gparted)[inputs]: Move yelp-tools from here...
    [native-inputs]: ...to here.
    
    Signed-off-by: Danny Milosavljevic <address@hidden>
---
 gnu/packages/disk.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 4373d52..e54d691 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -16,6 +16,7 @@
 ;;; Copyright © 2019 Leo Famulari <address@hidden>
 ;;; Copyright © 2019 Pierre Langlois <address@hidden>
 ;;; Copyright © 2020 Pkill -9 <address@hidden>
+;;; Copyright © 2020 Vincent Legoll <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -368,12 +369,12 @@ and can dramatically shorten the lifespan of the drive if 
left unchecked.")
        ("parted" ,parted)
        ("glib" ,glib)
        ("gtkmm" ,gtkmm)
-       ("libxml2" ,libxml2)
-       ("yelp-tools" ,yelp-tools)))
+       ("libxml2" ,libxml2)))
     (native-inputs
      `(("intltool" ,intltool)
        ("itstool" ,itstool)
        ("lvm2" ,lvm2) ; for tests
+       ("yelp-tools" ,yelp-tools)
        ("pkg-config" ,pkg-config)))
     (home-page "https://gparted.org/";)
     (synopsis "Partition editor to graphically manage disk partitions")



reply via email to

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