@@ -43,10 +43,9 @@
|
|||||||
prootPatched
|
prootPatched
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
# resolve these now so we can hardcode into the runner
|
|
||||||
appBinGuess = "${drv}/bin";
|
appBinGuess = "${drv}/bin";
|
||||||
prootBin = "${prootPatched}/bin/proot";
|
prootStoreBase = builtins.baseNameOf prootPatched;
|
||||||
PROOT_REL = "/nix/store/${builtins.baseNameOf (builtins.dirOf prootBin)}/bin/proot";
|
PROOT_REL = "/nix/store/${prootStoreBase}/bin/proot";
|
||||||
in
|
in
|
||||||
pkgs.stdenvNoCC.mkDerivation {
|
pkgs.stdenvNoCC.mkDerivation {
|
||||||
name = "myApp.run";
|
name = "myApp.run";
|
||||||
|
|||||||
Reference in New Issue
Block a user