treewide: Mass replace 'nss}/lib' to refer the 'out' output
This commit is contained in:
parent
8eb5d7d037
commit
2258aecaa5
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
substituteInPlace $out/lib/liboauth.la \
|
substituteInPlace $out/lib/liboauth.la \
|
||||||
--replace "-lnss3" "-L${nss}/lib -lnss3"
|
--replace "-lnss3" "-L${nss.out}/lib -lnss3"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user