Skip to content

Commit

Permalink
furnace: 0.6.5 -> 0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
OPNA2608 committed Aug 28, 2024
1 parent 1e2ad80 commit c45c1e4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pkgs/by-name/fu/furnace/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ''
Expand Down Expand Up @@ -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)
];

Expand Down

0 comments on commit c45c1e4

Please sign in to comment.