summary refs log tree commit diff
path: root/pkgs/development/libraries/liboauth
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-01-24 09:30:03 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-01-24 10:03:38 +0200
commit2258aecaa5e1b03b2f6def3bd79b769ee306ab9c (patch)
tree240f1a22e3de418c275bf05ae6aa612d038e5ea8 /pkgs/development/libraries/liboauth
parent8eb5d7d037a484b6c33f035687a0cf22f2600128 (diff)
downloadnixpkgs-2258aecaa5e1b03b2f6def3bd79b769ee306ab9c.tar
nixpkgs-2258aecaa5e1b03b2f6def3bd79b769ee306ab9c.tar.gz
nixpkgs-2258aecaa5e1b03b2f6def3bd79b769ee306ab9c.tar.bz2
nixpkgs-2258aecaa5e1b03b2f6def3bd79b769ee306ab9c.tar.lz
nixpkgs-2258aecaa5e1b03b2f6def3bd79b769ee306ab9c.tar.xz
nixpkgs-2258aecaa5e1b03b2f6def3bd79b769ee306ab9c.tar.zst
nixpkgs-2258aecaa5e1b03b2f6def3bd79b769ee306ab9c.zip
treewide: Mass replace 'nss}/lib' to refer the 'out' output
Diffstat (limited to 'pkgs/development/libraries/liboauth')
-rw-r--r--pkgs/development/libraries/liboauth/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/liboauth/default.nix b/pkgs/development/libraries/liboauth/default.nix
index 479a187cf87..f62fb400199 100644
--- a/pkgs/development/libraries/liboauth/default.nix
+++ b/pkgs/development/libraries/liboauth/default.nix
@@ -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; {