mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
netbeans: moved to by-name
This commit is contained in:
parent
8283321d14
commit
3f28609123
@ -1,5 +1,5 @@
|
||||
{ lib, stdenv, fetchurl, makeWrapper, makeDesktopItem, which, unzip, libicns, imagemagick
|
||||
, jdk, perl
|
||||
, jdk17, perl
|
||||
}:
|
||||
|
||||
let
|
||||
@ -34,9 +34,9 @@ stdenv.mkDerivation {
|
||||
mkdir -pv $out/bin
|
||||
cp -a netbeans $out
|
||||
makeWrapper $out/netbeans/bin/netbeans $out/bin/netbeans \
|
||||
--prefix PATH : ${lib.makeBinPath [ jdk which ]} \
|
||||
--prefix JAVA_HOME : ${jdk.home} \
|
||||
--add-flags "--jdkhome ${jdk.home} \
|
||||
--prefix PATH : ${lib.makeBinPath [ jdk17 which ]} \
|
||||
--prefix JAVA_HOME : ${jdk17.home} \
|
||||
--add-flags "--jdkhome ${jdk17.home} \
|
||||
-J-Dawt.useSystemAAFontSettings=on -J-Dswing.aatext=true"
|
||||
|
||||
# Extract pngs from the Apple icon image and create
|
@ -31836,10 +31836,6 @@ with pkgs;
|
||||
|
||||
nanorc = callPackage ../applications/editors/nano/nanorc { };
|
||||
|
||||
netbeans = callPackage ../applications/editors/netbeans {
|
||||
jdk = jdk17;
|
||||
};
|
||||
|
||||
netcoredbg = callPackage ../development/tools/misc/netcoredbg { };
|
||||
|
||||
ncdu = callPackage ../tools/misc/ncdu {
|
||||
|
Loading…
Reference in New Issue
Block a user