mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
Merge pull request #175223 from fsdlkj/update-taisei
taisei: 1.3.1 -> 1.3.2
This commit is contained in:
commit
fed9ba1b5e
@ -3,16 +3,16 @@
|
|||||||
, docutils, meson, ninja, pkg-config, python3
|
, docutils, meson, ninja, pkg-config, python3
|
||||||
# Runtime depends
|
# Runtime depends
|
||||||
, glfw, SDL2, SDL2_mixer
|
, glfw, SDL2, SDL2_mixer
|
||||||
, freetype, libpng, libwebp, libzip, zlib
|
, cglm, freetype, libpng, libwebp, libzip, zlib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "taisei";
|
pname = "taisei";
|
||||||
version = "1.3.1";
|
version = "1.3.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/taisei-project/${pname}/releases/download/v${version}/${pname}-v${version}.tar.xz";
|
url = "https://github.com/taisei-project/${pname}/releases/download/v${version}/${pname}-v${version}.tar.xz";
|
||||||
sha256 = "11f9mlqmzy1lszwcc1nsbar9q1hs4ml6pbm52hqfd4q0f4x3ln46";
|
sha256 = "1g53fcyrlzmvlsb40pw90gaglysv6n1w42hk263iv61ibhdmzh6v";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
glfw SDL2 SDL2_mixer
|
glfw SDL2 SDL2_mixer
|
||||||
freetype libpng libwebp libzip zlib
|
cglm freetype libpng libwebp libzip zlib
|
||||||
];
|
];
|
||||||
|
|
||||||
patches = [ ./0001-lto-fix.patch ];
|
patches = [ ./0001-lto-fix.patch ];
|
||||||
@ -44,4 +44,3 @@ stdenv.mkDerivation rec {
|
|||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user