pharo-vm: Add third-party libraries to LD_LIBRARY_PATH of legacy VM

This commit adds the third party libraries needed by the default Pharo
environment to the LD_LIBRARY_PATH, by using makeWrapper.
This commit is contained in:
Balletie
2017-06-30 14:07:46 +02:00
parent d55f8276ae
commit 96600d5770
3 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{ stdenv, callPackage, callPackage_i686, ...} @pkgs:
{ stdenv, callPackage, callPackage_i686, makeWrapper, ...} @pkgs:
let
i686 = callPackage_i686 ./vms.nix {};