ums: Use makeLibraryPath
This commit is contained in:
parent
1829c84009
commit
78122285c8
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
mv $out/documentation /$out/doc
|
mv $out/documentation /$out/doc
|
||||||
|
|
||||||
makeWrapper "$out/UMS.sh" "$out/bin/ums" \
|
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}"
|
--set JAVA_HOME "${jre8}"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user