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, openexr, boost, jemalloc, c-blosc, ilmbase, tbb }:
|
||||
{ lib, stdenv, fetchFromGitHub, openexr, boost, jemalloc, c-blosc, ilmbase, tbb }:
|
||||
|
||||
stdenv.mkDerivation rec
|
||||
{
|
||||
@@ -14,7 +14,6 @@ stdenv.mkDerivation rec
|
||||
|
||||
outputs = [ "out" ];
|
||||
|
||||
nativeBuildInputs = [ unzip ];
|
||||
buildInputs = [ openexr boost tbb jemalloc c-blosc ilmbase ];
|
||||
|
||||
setSourceRoot = ''
|
||||
|
||||
Reference in New Issue
Block a user