mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
treewide: Mass replace 'nss}/lib' to refer the 'out' output
This commit is contained in:
parent
8eb5d7d037
commit
2258aecaa5
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
postInstall = ''
|
||||
substituteInPlace $out/lib/liboauth.la \
|
||||
--replace "-lnss3" "-L${nss}/lib -lnss3"
|
||||
--replace "-lnss3" "-L${nss.out}/lib -lnss3"
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue