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, fetchurl, unzip, jdk }:
|
||||
{ lib, stdenv, fetchurl, jdk }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "jboss-as-7.1.1.Final";
|
||||
@@ -7,8 +7,6 @@ stdenv.mkDerivation {
|
||||
sha256 = "1bdjw0ib9qr498vpfbg8klqw6rl11vbz7vwn6gp1r5gpqkd3zzc8";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ unzip ];
|
||||
|
||||
phases = [ "unpackPhase" "installPhase" "fixupPhase" ];
|
||||
|
||||
installPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user