mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ecryptfs-utils: Fix build.
Follow-up to commit 6c45204470
,
Change-Id: Ib48ae1b45f6c63edd620a932241f2aa57567a350, which replaced
cryptsetup for its minimal correlate but left a mismaching reference on
'patch-hardcoded-paths phase.
* gnu/packages/linux.scm (ecryptfs-utils)[arguments]<#:phases>:
On 'patch-hardcoded-paths, adjust reference to cryptsetup-minimal input.
Change-Id: I6048abcf8c7c65d8eba3a968015bccf82009d575
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
6e62ec0c01
commit
bfcc3ea19a
1 changed files with 1 additions and 1 deletions
|
@ -7970,7 +7970,7 @@ graphically visualizing a @file{perf.data} file.")
|
|||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||
(let ((out (assoc-ref outputs "out"))
|
||||
(util-linux (assoc-ref inputs "util-linux"))
|
||||
(cryptsetup (assoc-ref inputs "cryptsetup"))
|
||||
(cryptsetup (assoc-ref inputs "cryptsetup-minimal"))
|
||||
(linux-pam (assoc-ref inputs "linux-pam"))
|
||||
(lvm2 (assoc-ref inputs "lvm2")))
|
||||
(substitute* '("src/utils/ecryptfs-mount-private"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue