Skip to content

Commit

Permalink
netbeans: remove windows binaries before copying package to output
Browse files Browse the repository at this point in the history
  • Loading branch information
asbachb committed Dec 8, 2020
1 parent 4437752 commit a9616e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/applications/editors/netbeans/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a9616e5

Please sign in to comment.