summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-01-24 09:29:38 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-01-24 10:03:36 +0200
commit052ce8112445710515f756e58b60ca3c1f0e0934 (patch)
tree78df0c405681e0aafe8c2a67e6b1bfab44c56253 /pkgs
parent3e87411733cd311d0d30cc428a4a74fa111b6602 (diff)
downloadnixpkgs-052ce8112445710515f756e58b60ca3c1f0e0934.tar
nixpkgs-052ce8112445710515f756e58b60ca3c1f0e0934.tar.gz
nixpkgs-052ce8112445710515f756e58b60ca3c1f0e0934.tar.bz2
nixpkgs-052ce8112445710515f756e58b60ca3c1f0e0934.tar.lz
nixpkgs-052ce8112445710515f756e58b60ca3c1f0e0934.tar.xz
nixpkgs-052ce8112445710515f756e58b60ca3c1f0e0934.tar.zst
nixpkgs-052ce8112445710515f756e58b60ca3c1f0e0934.zip
treewide: Mass replace 'libsndfile}/lib' to refer the 'out' output
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/python-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 7132e8076ae..171a5f8b8ad 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -14360,7 +14360,7 @@ in modules // {
     };
 
     prePatch = ''
-      substituteInPlace soundfile.py --replace "'sndfile'" "'${pkgs.libsndfile}/lib/libsndfile.so'"
+      substituteInPlace soundfile.py --replace "'sndfile'" "'${pkgs.libsndfile.out}/lib/libsndfile.so'"
     '';
 
     # https://github.com/bastibe/PySoundFile/issues/157