Skip to content

Commit

Permalink
Merge pull request NixOS#261687 from fgaz/hikounomizu/1.0
Browse files Browse the repository at this point in the history
hikounomizu: 0.9.2 -> 1.0
  • Loading branch information
wegank authored Oct 17, 2023
2 parents c7a1eab + db9890f commit a8840a9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pkgs/games/hikounomizu/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,22 @@
, libogg
, libvorbis
, libGLU
, enet
, synfigstudio
, inkscape
, imagemagick
, pngquant
, xz
, bc
}:

stdenv.mkDerivation rec {
pname = "hikounomizu";
version = "0.9.2";
version = "1.0";

src = fetchurl {
url = "http://download.tuxfamily.org/hnm/${version}/hikounomizu-${version}-src.tar.bz2";
hash = "sha256-ZtvzQAiYG4IcdgKiBDIQFOJVnLbz1TsiIbdZr/0Y2U8=";
hash = "sha256-Hw/BA7jOW9KGdde1NLDh4SfQXxvZkNGx/sHXukgFZ5M=";
};

nativeBuildInputs = [
Expand All @@ -39,6 +41,7 @@ stdenv.mkDerivation rec {
imagemagick
pngquant
xz
bc
];

buildInputs = [
Expand All @@ -51,10 +54,11 @@ stdenv.mkDerivation rec {
libogg
libvorbis
libGLU
enet
];

postBuild = ''
make data -j$NIX_BUILD_CORES
make data HNM_PARALLEL=$NIX_BUILD_CORES
'';

meta = with lib; {
Expand Down

0 comments on commit a8840a9

Please sign in to comment.