gnu: ecryptfs-utils: Remove input labels.
* gnu/packages/linux.scm (ecryptfs-utils)[inputs]: Remove input labels. [arguments]: Fix ‘utils-linux’ typo.master
parent
0335499876
commit
2472015c36
|
@ -6773,7 +6773,7 @@ not as a replacement for it.")
|
||||||
(add-after 'patch-source-shebangs 'patch-hardcoded-paths
|
(add-after 'patch-source-shebangs 'patch-hardcoded-paths
|
||||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||||
(let ((out (assoc-ref outputs "out"))
|
(let ((out (assoc-ref outputs "out"))
|
||||||
(utils-linux (assoc-ref inputs "utils-linux"))
|
(util-linux (assoc-ref inputs "util-linux"))
|
||||||
(cryptsetup (assoc-ref inputs "cryptsetup"))
|
(cryptsetup (assoc-ref inputs "cryptsetup"))
|
||||||
(linux-pam (assoc-ref inputs "linux-pam"))
|
(linux-pam (assoc-ref inputs "linux-pam"))
|
||||||
(lvm2 (assoc-ref inputs "lvm2")))
|
(lvm2 (assoc-ref inputs "lvm2")))
|
||||||
|
@ -6787,9 +6787,9 @@ not as a replacement for it.")
|
||||||
"src/desktop/ecryptfs-mount-private.desktop.in"
|
"src/desktop/ecryptfs-mount-private.desktop.in"
|
||||||
"src/desktop/ecryptfs-setup-private.desktop.in")
|
"src/desktop/ecryptfs-setup-private.desktop.in")
|
||||||
(("/bin/mount")
|
(("/bin/mount")
|
||||||
(string-append utils-linux "/bin/mount"))
|
(string-append util-linux "/bin/mount"))
|
||||||
(("/bin/umount")
|
(("/bin/umount")
|
||||||
(string-append utils-linux "/bin/umount"))
|
(string-append util-linux "/bin/umount"))
|
||||||
(("/sbin/mount.ecryptfs_private")
|
(("/sbin/mount.ecryptfs_private")
|
||||||
(string-append out "/sbin/mount.ecryptfs_private"))
|
(string-append out "/sbin/mount.ecryptfs_private"))
|
||||||
(("/sbin/umount.ecryptfs_private")
|
(("/sbin/umount.ecryptfs_private")
|
||||||
|
@ -6833,20 +6833,20 @@ not as a replacement for it.")
|
||||||
(list intltool perl ; for pod2man
|
(list intltool perl ; for pod2man
|
||||||
pkg-config))
|
pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
`(("coreutils" ,coreutils)
|
(list coreutils
|
||||||
("findutils" ,findutils)
|
cryptsetup
|
||||||
("gawk" ,gawk)
|
findutils
|
||||||
("grep" ,grep)
|
gawk
|
||||||
("keyutils" ,keyutils)
|
grep
|
||||||
("linux-pam" ,linux-pam)
|
keyutils
|
||||||
("lsof" ,lsof)
|
linux-pam
|
||||||
("utils-linux" ,util-linux)
|
lsof
|
||||||
("cryptsetup" ,cryptsetup)
|
lvm2
|
||||||
("lvm2" ,lvm2)
|
nss
|
||||||
("nss" ,nss)
|
rsync
|
||||||
("rsync", rsync)
|
sed
|
||||||
("sed" ,sed)
|
util-linux
|
||||||
("which" ,which)))
|
which))
|
||||||
(home-page "https://ecryptfs.org/")
|
(home-page "https://ecryptfs.org/")
|
||||||
(synopsis "eCryptfs cryptographic file system utilities")
|
(synopsis "eCryptfs cryptographic file system utilities")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue