mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
gnome3.gnome-keyring: use placeholder
This commit is contained in:
parent
884f7ad3cf
commit
f3750e7b41
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@ stdenv.mkDerivation rec {
|
|||
];
|
||||
|
||||
configureFlags = [
|
||||
"--with-pkcs11-config=$$out/etc/pkcs11/" # installation directories
|
||||
"--with-pkcs11-modules=$$out/lib/pkcs11/"
|
||||
"--with-pkcs11-config=${placeholder ''out''}/etc/pkcs11/" # installation directories
|
||||
"--with-pkcs11-modules=${placeholder ''out''}/lib/pkcs11/"
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue