mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
Merge pull request #295531 from codedownio/fix-julia-artifact-env-vars
julia.withPackages: fix artifact builds by removing extraneous env-vars
This commit is contained in:
commit
e4d4152208
@ -79,6 +79,10 @@ def get_archive_derivation(uuid, artifact_name, url, sha256):
|
||||
url = "{url}";
|
||||
sha256 = "{sha256}";
|
||||
}};
|
||||
preUnpack = ''
|
||||
mkdir unpacked
|
||||
cd unpacked
|
||||
'';
|
||||
sourceRoot = ".";
|
||||
dontConfigure = true;
|
||||
dontBuild = true;
|
||||
|
Loading…
Reference in New Issue
Block a user