summary refs log tree commit diff
path: root/pkgs/top-level/dotnet-packages.nix
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-05-11 20:07:47 +0700
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-05-16 19:29:28 -0700
commitc5a669d3f7c9b9695f6e19f5b035a30a33576b1f (patch)
tree41d1dd44acc870be2cc236372862c09366b17bbc /pkgs/top-level/dotnet-packages.nix
parent75c67d6be96c5a511b78282d0ef711bc7deacf59 (diff)
downloadnixpkgs-c5a669d3f7c9b9695f6e19f5b035a30a33576b1f.tar
nixpkgs-c5a669d3f7c9b9695f6e19f5b035a30a33576b1f.tar.gz
nixpkgs-c5a669d3f7c9b9695f6e19f5b035a30a33576b1f.tar.bz2
nixpkgs-c5a669d3f7c9b9695f6e19f5b035a30a33576b1f.tar.lz
nixpkgs-c5a669d3f7c9b9695f6e19f5b035a30a33576b1f.tar.xz
nixpkgs-c5a669d3f7c9b9695f6e19f5b035a30a33576b1f.tar.zst
nixpkgs-c5a669d3f7c9b9695f6e19f5b035a30a33576b1f.zip
treewide: remove unzip where not needed
Diffstat (limited to 'pkgs/top-level/dotnet-packages.nix')
-rw-r--r--pkgs/top-level/dotnet-packages.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/top-level/dotnet-packages.nix b/pkgs/top-level/dotnet-packages.nix
index 660ba01bcd4..f1eaff5ec87 100644
--- a/pkgs/top-level/dotnet-packages.nix
+++ b/pkgs/top-level/dotnet-packages.nix
@@ -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 = [ "*" ];