treewide: remove unzip where not needed
This commit is contained in:
committed by
Jonathan Ringer
parent
75c67d6be9
commit
c5a669d3f7
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchFromGitHub, unzip }:
|
||||
{ lib, stdenv, fetchFromGitHub }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "openfx";
|
||||
@@ -11,8 +11,6 @@ stdenv.mkDerivation {
|
||||
sha256 = "0k9ggzr6bisn77mipjfvawg3mv4bz50b63v8f7w1jhldi1sfy548";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ unzip ];
|
||||
|
||||
outputs = [ "dev" "out" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
Reference in New Issue
Block a user