[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#71327] [PATCH v2 7/7] gnu: udisks: Remove obsolete wrap-udisksd pha
From: |
Nicolas Graves |
Subject: |
[bug#71327] [PATCH v2 7/7] gnu: udisks: Remove obsolete wrap-udisksd phase. |
Date: |
Mon, 7 Oct 2024 22:12:33 +0200 |
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
The tools are now patched in the libblockdev plugin sources directly.
* gnu/packages/freedesktop.scm (udisks) [phases]: Delete the wrap-udisksd
phase.
---
gnu/packages/freedesktop.scm | 16 +---------------
1 file changed, 1 insertion(+), 15 deletions(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 14c0482496..0ab0bb5104 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1804,21 +1804,7 @@ (define-public udisks
(("girdir = .*")
"girdir = $(datadir)/gir-1.0\n")
(("typelibsdir = .*")
- "typelibsdir = $(libdir)/girepository-1.0\n"))))
- (add-after 'install 'wrap-udisksd
- (lambda _
- ;; Tell 'udisksd' where to find the 'mount' command.
- (let ((utils #$(this-package-input "util-linux"))
- (cryptsetup #$(this-package-input "cryptsetup"))
- (parted #$(this-package-input "parted")))
- (wrap-program (string-append #$output
"/libexec/udisks2/udisksd")
- `("PATH" ":" prefix
- (,(string-append utils "/bin") ;for 'mount'
- ;; cryptsetup is required for setting encrypted
- ;; partitions, e.g. in gnome-disks
- ,(string-append cryptsetup "/sbin")
- "/run/current-system/profile/bin"
- "/run/current-system/profile/sbin")))))))))
+ "typelibsdir = $(libdir)/girepository-1.0\n")))))))
(home-page "https://www.freedesktop.org/wiki/Software/udisks/")
(synopsis "Disk manager service")
(description
--
2.46.0
- [bug#71327] [PATCH v2 0/7] gnu: udisks: Update to 3.1.1. [security fixes], Nicolas Graves, 2024/10/07
- [bug#71327] [PATCH v2 1/7] gnu: libbytesize: Update to 2.10., Nicolas Graves, 2024/10/07
- [bug#71327] [PATCH v2 2/7] gnu: libblockdev: Embed executable paths., Nicolas Graves, 2024/10/07
- [bug#71327] [PATCH v2 6/7] gnu: udisks: Update to 2.10.1., Nicolas Graves, 2024/10/07
- [bug#71327] [PATCH v2 3/7] gnu: libblockdev: Fix inputs., Nicolas Graves, 2024/10/07
- [bug#71327] [PATCH v2 5/7] gnu: libblockdev: Use gexps., Nicolas Graves, 2024/10/07
- [bug#71327] [PATCH v2 7/7] gnu: udisks: Remove obsolete wrap-udisksd phase.,
Nicolas Graves <=
- [bug#71327] [PATCH v2 4/7] gnu: libblockdev: Update to 3.1.1., Nicolas Graves, 2024/10/07
- bug#71327: [PATCH v2 0/7] gnu: udisks: Update to 3.1.1. [security fixes], Ludovic Courtès, 2024/10/16