mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-07-06 18:30:59 -04:00
Remove fixupPhase from mkDep
This commit is contained in:
Vendored
+1
-1
@@ -37,7 +37,7 @@ let
|
|||||||
inherit (depSpec) urls sha256;
|
inherit (depSpec) urls sha256;
|
||||||
};
|
};
|
||||||
|
|
||||||
phases = "installPhase fixupPhase";
|
phases = "installPhase";
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/${depSpec.path}
|
mkdir -p $out/${depSpec.path}
|
||||||
|
|||||||
+1
-1
@@ -37,7 +37,7 @@ let
|
|||||||
inherit (depSpec) urls sha256;
|
inherit (depSpec) urls sha256;
|
||||||
};
|
};
|
||||||
|
|
||||||
phases = "installPhase fixupPhase";
|
phases = "installPhase";
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/${depSpec.path}
|
mkdir -p $out/${depSpec.path}
|
||||||
|
|||||||
Reference in New Issue
Block a user