netbeans: remove windows binaries before copying package to output

This commit is contained in:
Benjamin Asbach 2020-12-08 01:08:27 +01:00
parent 4437752e39
commit a9616e521f

View file

@ -27,6 +27,8 @@ stdenv.mkDerivation {
unzip $src
patchShebangs .
rm netbeans/bin/*.exe
# Copy to installation directory and create a wrapper capable of starting
# it.
mkdir -pv $out/bin