about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/julia-modules/python/extract_artifacts.py
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/julia-modules/python/extract_artifacts.py')
-rwxr-xr-xnixpkgs/pkgs/development/julia-modules/python/extract_artifacts.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/development/julia-modules/python/extract_artifacts.py b/nixpkgs/pkgs/development/julia-modules/python/extract_artifacts.py
index f811c6624e85..4ac450d88a10 100755
--- a/nixpkgs/pkgs/development/julia-modules/python/extract_artifacts.py
+++ b/nixpkgs/pkgs/development/julia-modules/python/extract_artifacts.py
@@ -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;