1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

ums: Use makeLibraryPath

This commit is contained in:
Tuomas Tynkkynen 2016-06-07 21:18:38 +03:00
parent 1829c84009
commit 78122285c8

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
mv $out/documentation /$out/doc
makeWrapper "$out/UMS.sh" "$out/bin/ums" \
--prefix LD_LIBRARY_PATH ":" "${libzen}/lib:${libmediainfo}/lib" \
--prefix LD_LIBRARY_PATH ":" "${stdenv.lib.makeLibraryPath [ libzen libmediainfo] }" \
--set JAVA_HOME "${jre8}"
'';