julia.withPackages: fix some artifact builds

This commit is contained in:
thomasjm 2024-03-13 00:35:34 -07:00
parent 822b9afadc
commit 10c3c185c6

View File

@ -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;