netbeans: remove windows binaries before copying package to output
This commit is contained in:
parent
4437752e39
commit
a9616e521f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user