guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: gparted: Move lvm2 to inputs.


From: guix-commits
Subject: branch master updated: gnu: gparted: Move lvm2 to inputs.
Date: Mon, 05 Dec 2022 12:36:24 -0500

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

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 28d1e51b30 gnu: gparted: Move lvm2 to inputs.
28d1e51b30 is described below

commit 28d1e51b30a4ed6c3d7b4f05070be30147c0be45
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Dec 5 19:35:07 2022 +0200

    gnu: gparted: Move lvm2 to inputs.
    
    * gnu/packages/disk.scm (gparted)[native-inputs]: Move lvm2 ...
    [inputs]: ... to here.
---
 gnu/packages/disk.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 85e2d7c729..7491a2588a 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -589,11 +589,10 @@ and can dramatically shorten the lifespan of the drive if 
left unchecked.")
       ;; as ‘/dev/disk/by-id/’.
      `(#:tests? #f))
     (inputs
-     (list `(,util-linux "lib") parted glib gtkmm-3 libxml2))
+     (list `(,util-linux "lib") parted glib gtkmm-3 lvm2 libxml2))
     (native-inputs
      (list intltool
            itstool
-           lvm2 ; for tests
            yelp-tools
            pkg-config))
     (home-page "https://gparted.org/";)



reply via email to

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