guix-commits
[Top][All Lists]
Advanced

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

10/24: gnu: gptfdisk: Use new input style.


From: guix-commits
Subject: 10/24: gnu: gptfdisk: Use new input style.
Date: Sat, 7 May 2022 16:57:43 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4e3d04a33bc7fcb41d3b4cdffdc4cb13ce0cc18e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 1 02:00:07 2022 +0200

    gnu: gptfdisk: Use new input style.
    
    * gnu/packages/disk.scm (gptfdisk)[inputs]: Use new style.
    Move field to its conventional location.
---
 gnu/packages/disk.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index c8c871de98..81f41cda3f 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -376,11 +376,6 @@ output without any plausibility checks.")
       (sha256
        (base32 "1hjh5m77fmfq5m44yy61kchv7mbfgx026aw3jy5qxszsjckavzns"))))
     (build-system gnu-build-system)
-    (inputs
-     `(("gettext" ,gettext-minimal)
-       ("ncurses" ,ncurses)
-       ("popt" ,popt)
-       ("util-linux" ,util-linux "lib"))) ;libuuid
     (arguments
      `(#:test-target "test"
        #:phases
@@ -404,6 +399,11 @@ output without any plausibility checks.")
                (install-file "fixparts.8" man)
                (install-file "gdisk.8" man)
                (install-file "sgdisk.8" man)))))))
+    (inputs
+     (list gettext-minimal
+           ncurses
+           popt
+           `(,util-linux "lib"))) ;libuuid
     (home-page "https://www.rodsbooks.com/gdisk/";)
     (synopsis "Low-level GPT disk partitioning and formatting")
     (description "GPT fdisk (aka gdisk) is a text-mode partitioning tool that



reply via email to

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