mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
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
1 changed files with 0 additions and 1 deletions
|
@ -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