Loading pkgs/applications/graphics/processing/default.nix +2 −2 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitHub, fetchurl, ant, unzip, makeWrapper, jdk, jogl, rsync, ffmpeg, batik, wrapGAppsHook, libGL }: { lib, stdenv, fetchFromGitHub, fetchurl, ant, unzip, makeWrapper, jdk, jogl, rsync, ffmpeg, batik, stripJavaArchivesHook, wrapGAppsHook, libGL }: let buildNumber = "1293"; vaqua = fetchurl { Loading Loading @@ -52,7 +52,7 @@ stdenv.mkDerivation rec { sha256 = "sha256-SzQemZ6iZ9o89/doV8YMv7DmyPSDyckJl3oyxJyfrm0="; }; nativeBuildInputs = [ ant unzip makeWrapper wrapGAppsHook ]; nativeBuildInputs = [ ant unzip makeWrapper stripJavaArchivesHook wrapGAppsHook ]; buildInputs = [ jdk jogl ant rsync ffmpeg batik ]; dontWrapGApps = true; Loading pkgs/applications/misc/sweethome3d/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ , makeDesktopItem , jdk , ant , stripJavaArchivesHook , gtk3 , gsettings-desktop-schemas , p7zip Loading Loading @@ -51,7 +52,7 @@ let find . -name '*.so' | xargs strings | { grep '/nix/store' || :; } >> ./.jar-paths ''; nativeBuildInputs = [ makeWrapper autoPatchelfHook ]; nativeBuildInputs = [ makeWrapper autoPatchelfHook stripJavaArchivesHook ]; buildInputs = [ ant jdk p7zip gtk3 gsettings-desktop-schemas libXxf86vm ]; # upstream targets Java 7 by default Loading pkgs/applications/misc/sweethome3d/editors.nix +2 −1 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , makeDesktopItem , jdk , ant , stripJavaArchivesHook , gtk3 , gsettings-desktop-schemas , sweethome3dApp Loading Loading @@ -33,7 +34,7 @@ let categories = [ "Graphics" "2DGraphics" "3DGraphics" ]; }; nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper stripJavaArchivesHook ]; buildInputs = [ ant jdk gtk3 gsettings-desktop-schemas ]; # upstream targets Java 7 by default Loading pkgs/by-name/op/openrocket/package.nix +2 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ , ant , jdk17 , makeWrapper , stripJavaArchivesHook }: let Loading @@ -25,6 +26,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { ant jdk makeWrapper stripJavaArchivesHook ]; buildPhase = '' Loading pkgs/development/embedded/arduino/arduino-core/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ , fetchurl , jdk , ant , stripJavaArchivesHook , libusb-compat-0_1 , libusb1 , unzip Loading Loading @@ -112,7 +113,7 @@ stdenv.mkDerivation rec { # the glib setup hook will populate GSETTINGS_SCHEMAS_PATH, # wrapGAppHooks (among other things) adds it to XDG_DATA_DIRS # so 'save as...' works: nativeBuildInputs = [ glib wrapGAppsHook unzip ]; nativeBuildInputs = [ glib stripJavaArchivesHook wrapGAppsHook unzip ]; buildInputs = [ jdk ant Loading Loading
pkgs/applications/graphics/processing/default.nix +2 −2 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitHub, fetchurl, ant, unzip, makeWrapper, jdk, jogl, rsync, ffmpeg, batik, wrapGAppsHook, libGL }: { lib, stdenv, fetchFromGitHub, fetchurl, ant, unzip, makeWrapper, jdk, jogl, rsync, ffmpeg, batik, stripJavaArchivesHook, wrapGAppsHook, libGL }: let buildNumber = "1293"; vaqua = fetchurl { Loading Loading @@ -52,7 +52,7 @@ stdenv.mkDerivation rec { sha256 = "sha256-SzQemZ6iZ9o89/doV8YMv7DmyPSDyckJl3oyxJyfrm0="; }; nativeBuildInputs = [ ant unzip makeWrapper wrapGAppsHook ]; nativeBuildInputs = [ ant unzip makeWrapper stripJavaArchivesHook wrapGAppsHook ]; buildInputs = [ jdk jogl ant rsync ffmpeg batik ]; dontWrapGApps = true; Loading
pkgs/applications/misc/sweethome3d/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ , makeDesktopItem , jdk , ant , stripJavaArchivesHook , gtk3 , gsettings-desktop-schemas , p7zip Loading Loading @@ -51,7 +52,7 @@ let find . -name '*.so' | xargs strings | { grep '/nix/store' || :; } >> ./.jar-paths ''; nativeBuildInputs = [ makeWrapper autoPatchelfHook ]; nativeBuildInputs = [ makeWrapper autoPatchelfHook stripJavaArchivesHook ]; buildInputs = [ ant jdk p7zip gtk3 gsettings-desktop-schemas libXxf86vm ]; # upstream targets Java 7 by default Loading
pkgs/applications/misc/sweethome3d/editors.nix +2 −1 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , makeDesktopItem , jdk , ant , stripJavaArchivesHook , gtk3 , gsettings-desktop-schemas , sweethome3dApp Loading Loading @@ -33,7 +34,7 @@ let categories = [ "Graphics" "2DGraphics" "3DGraphics" ]; }; nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper stripJavaArchivesHook ]; buildInputs = [ ant jdk gtk3 gsettings-desktop-schemas ]; # upstream targets Java 7 by default Loading
pkgs/by-name/op/openrocket/package.nix +2 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ , ant , jdk17 , makeWrapper , stripJavaArchivesHook }: let Loading @@ -25,6 +26,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { ant jdk makeWrapper stripJavaArchivesHook ]; buildPhase = '' Loading
pkgs/development/embedded/arduino/arduino-core/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ , fetchurl , jdk , ant , stripJavaArchivesHook , libusb-compat-0_1 , libusb1 , unzip Loading Loading @@ -112,7 +113,7 @@ stdenv.mkDerivation rec { # the glib setup hook will populate GSETTINGS_SCHEMAS_PATH, # wrapGAppHooks (among other things) adds it to XDG_DATA_DIRS # so 'save as...' works: nativeBuildInputs = [ glib wrapGAppsHook unzip ]; nativeBuildInputs = [ glib stripJavaArchivesHook wrapGAppsHook unzip ]; buildInputs = [ jdk ant Loading