chickenPackages_4.eggDerivation: move env variables into env
This commit is contained in:
@@ -26,10 +26,13 @@ stdenv.mkDerivation (
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
buildInputs = [ chicken ];
|
||||
|
||||
CSC_OPTIONS = lib.concatStringsSep " " cscOptions;
|
||||
env = {
|
||||
CSC_OPTIONS = lib.concatStringsSep " " cscOptions;
|
||||
|
||||
CHICKEN_REPOSITORY = libPath;
|
||||
CHICKEN_INSTALL_PREFIX = "$out";
|
||||
CHICKEN_REPOSITORY = libPath;
|
||||
CHICKEN_INSTALL_PREFIX = "$out";
|
||||
}
|
||||
// (args.env or { });
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
Reference in New Issue
Block a user