fix
This commit is contained in:
parent
92afa38c2e
commit
3f66618dea
1 changed files with 1 additions and 1 deletions
|
|
@ -19,6 +19,6 @@ stdenv.mkDerivation {
|
|||
install -D --target $out/bin *
|
||||
'';
|
||||
postInstall = ''
|
||||
wrapProgram $out/bin/ykfde-enroll --prefix PATH : ${lib.makeBinPath [openssl, yubikey-personalization, cryptsetup, pbkdf2Sha512]}
|
||||
wrapProgram $out/bin/ykfde-enroll --prefix PATH : ${lib.makeBinPath [openssl yubikey-personalization cryptsetup pbkdf2Sha512]}
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue