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 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