Unverified Commit 4fc417df authored by TomaSajt's avatar TomaSajt
Browse files

sweethome3d.*: make deterministic

parent 9efa8faf
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
, makeDesktopItem
, jdk
, ant
, stripJavaArchivesHook
, gtk3
, gsettings-desktop-schemas
, p7zip
@@ -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
+2 −1
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
, makeDesktopItem
, jdk
, ant
, stripJavaArchivesHook
, gtk3
, gsettings-desktop-schemas
, sweethome3dApp
@@ -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