3
0
Fork 0
forked from mirrors/nixpkgs

soxr: split away the documentation

This commit is contained in:
Vladimír Čunát 2015-10-07 23:12:30 +02:00
parent fab1fb95c5
commit 968567c6e5

View file

@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
sha256 = "0xf2w3piwz9gfr1xqyrj4k685q5dy53kq3igv663i4f4y4sg9rjl";
};
outputs = [ "out" "doc" ]; # headers are just two and very small
preConfigure = if stdenv.isDarwin then ''
export DYLD_LIBRARY_PATH="$DYLD_LIBRARY_PATH:"`pwd`/build/src
'' else ''