1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

furnace: 0.6.5 -> 0.6.6

This commit is contained in:
OPNA2608 2024-08-28 10:09:36 +02:00
parent 1e2ad80181
commit c45c1e450c

View file

@ -28,14 +28,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "furnace";
version = "0.6.5";
version = "0.6.6";
src = fetchFromGitHub {
owner = "tildearrow";
repo = "furnace";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-szDRaujlstRHbvuddi8HdYb00uHNyvAz+/Ex1mKfMXY=";
hash = "sha256-op1AIJ5xnjv+SZEYR0Cvy+NbC7ll1NJlmx69FOnea+I=";
};
postPatch = lib.optionalString stdenv.hostPlatform.isLinux ''
@ -88,8 +88,6 @@ stdenv.mkDerivation (finalAttrs: {
(lib.cmakeBool "USE_GLES" (withGL && preferGLES))
(lib.cmakeBool "WITH_RENDER_METAL" false) # fails to build
(lib.cmakeBool "WITH_RENDER_OPENGL1" (withGL && !preferGLES))
# New l10n code still has some fortify bugs
(lib.cmakeBool "WARNINGS_ARE_ERRORS" false)
(lib.cmakeBool "FORCE_APPLE_BIN" true)
];