all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Brice Waegeneire <brice@waegenei.re>
To: 41247@debbugs.gnu.org
Cc: efraim@flashner.co.il
Subject: [bug#41247] [PATCH v2] gnu: libblockdev: Move filesystems utilities to 'propagated-inputs'
Date: Thu, 14 May 2020 18:16:12 +0200	[thread overview]
Message-ID: <20200514161612.24372-1-brice@waegenei.re> (raw)
In-Reply-To: <20200513222409.28811-1-brice@waegenei.re>

* gnu/packages/disk.scm (libblockdev)[inputs]: Move 'btrfs'progs',
'dosfstools', 'mdadm' to ...
[propagated-inputs]: ... here and add 'xfsprogs'.
---
 gnu/packages/disk.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 6b86f6ff76..aec2519c74 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -810,15 +810,18 @@ to create devices with respective mappings for the ATARAID sets discovered.")
              (let ((out (assoc-ref outputs "out")))
               (substitute* "src/lib/blockdev.c"
                (("/etc/libblockdev/conf.d/" path) (string-append out path)))))))))
+    (propagated-inputs
+     `(("btrfs-progs" ,btrfs-progs)
+       ("dosfstools" ,dosfstools)
+       ("mdadm" ,mdadm)
+       ("xfsprogs" ,xfsprogs)))
     (native-inputs
      `(("gobject-introspection" ,gobject-introspection)
        ("pkg-config" ,pkg-config)
        ("python" ,python-wrapper)
        ("util-linux" ,util-linux)))
     (inputs
-     `(("btrfs-progs" ,btrfs-progs)
-       ("cryptsetup" ,cryptsetup)
-       ("dosfstools" ,dosfstools)
+     `(("cryptsetup" ,cryptsetup)
        ("dmraid" ,dmraid)
        ("eudev" ,eudev)
        ("glib" ,glib)
@@ -826,13 +829,10 @@ to create devices with respective mappings for the ATARAID sets discovered.")
        ("libbytesize" ,libbytesize)
        ("libyaml" ,libyaml)
        ("lvm2" ,lvm2)
-       ("mdadm" ,mdadm)
        ("ndctl" ,ndctl)
        ("nss" ,nss)
        ("parted" ,parted)
-       ("volume-key" ,volume-key)
-       ;; ("xfsprogs" ,xfsprogs) ; TODO: Package?
-       ))
+       ("volume-key" ,volume-key)))
     (home-page "https://github.com/storaged-project/libblockdev")
     (synopsis "Library for manipulating block devices")
     (description
-- 
2.26.2





      parent reply	other threads:[~2020-05-14 16:17 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-13 22:24 [bug#41247] [PATCH 0/5] Fix and update udisks Brice Waegeneire
2020-05-13 22:25 ` [bug#41247] [PATCH 1/5] gnu: udisks: Update to 2.8.4 Brice Waegeneire
2020-05-13 22:25 ` [bug#41247] [PATCH 2/5] gnu: udisks: Appease guix lint Brice Waegeneire
2020-05-13 22:25 ` [bug#41247] [PATCH 3/5] gnu: libblockdev: " Brice Waegeneire
2020-05-13 22:25 ` [bug#41247] [PATCH 4/5] gnu: libblockdev: Add input 'xfsprogs' Brice Waegeneire
2020-05-13 22:25 ` [bug#41247] [PATCH 5/5] gnu: libblockdev: Set default configuration directory Brice Waegeneire
2020-05-14  8:25 ` [bug#41247] [PATCH 0/5] Fix and update udisks Efraim Flashner
2020-05-14 13:50   ` Brice Waegeneire
2020-05-19  8:24     ` Efraim Flashner
2020-05-14  8:34 ` Efraim Flashner
2022-09-28 20:09   ` bug#41247: " Maxim Cournoyer
2020-05-14 16:16 ` Brice Waegeneire [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200514161612.24372-1-brice@waegenei.re \
    --to=brice@waegenei.re \
    --cc=41247@debbugs.gnu.org \
    --cc=efraim@flashner.co.il \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.