forked from mirrors/nixpkgs
openjdk: Don't delete src.zip, it comes with the binary distribution too
svn path=/nixpkgs/trunk/; revision=28115
This commit is contained in:
parent
034fb4fa11
commit
9023f52855
|
@ -82,7 +82,6 @@ stdenv.mkDerivation rec {
|
|||
installPhase = ''
|
||||
ensureDir $out
|
||||
cp -av build/*/j2sdk-image/* $out
|
||||
rm $out/src.zip
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue