treewide: remove unzip where not needed
This commit is contained in:
committed by
Jonathan Ringer
parent
75c67d6be9
commit
c5a669d3f7
@@ -9,7 +9,6 @@
|
||||
, pkg-config
|
||||
, mono
|
||||
, fsharp
|
||||
, unzip
|
||||
, overrides ? {}
|
||||
}:
|
||||
|
||||
@@ -897,8 +896,6 @@ let self = dotnetPackages // overrides; dotnetPackages = with self; {
|
||||
sha256 = "07r63xam6icm17pf6amh1qkmna13nxa3ncdan7a3ql307i5isriz";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ unzip ];
|
||||
|
||||
phases = [ "unpackPhase" "installPhase" ];
|
||||
|
||||
outputFiles = [ "*" ];
|
||||
|
||||
Reference in New Issue
Block a user