Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions pkgs/development/compilers/oraclejdk/jdk-linux-base.nix
Original file line number Diff line number Diff line change
Expand Up @@ -103,22 +103,6 @@ let result = stdenv.mkDerivation rec {
mv $sourceRoot $out
fi

for file in $out/*
do
if test -f $file ; then
rm $file
fi
done

if test -n "$installjdk"; then
for file in $out/jre/*
do
if test -f $file ; then
rm $file
fi
done
fi

# construct the rpath
rpath=
for i in $libraries; do
Expand Down