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:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, callPackage, callPackage_i686, ...} @pkgs:
|
||||
{ stdenv, callPackage, callPackage_i686, makeWrapper, ...} @pkgs:
|
||||
|
||||
let
|
||||
i686 = callPackage_i686 ./vms.nix {};
|
||||
|
||||
Reference in New Issue
Block a user