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
|
unzip $src
|
||||||
patchShebangs .
|
patchShebangs .
|
||||||
|
|
||||||
|
rm netbeans/bin/*.exe
|
||||||
|
|
||||||
# Copy to installation directory and create a wrapper capable of starting
|
# Copy to installation directory and create a wrapper capable of starting
|
||||||
# it.
|
# it.
|
||||||
mkdir -pv $out/bin
|
mkdir -pv $out/bin
|
||||||
|
Loading…
Reference in New Issue
Block a user