From f38f11b9388ccef700c996f9c531c1930f541aba Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Tue, 4 Nov 2025 21:18:32 +0000 Subject: [PATCH] direwolf-unstable: drop `cmake-4` (fix build) Without the change the build fails as https://hydra.nixos.org/build/310538394: applying patch /nix/store/m9bm8k97zc0yn514psfnf53x8v1ws49q-c499496bbc237d0efdcacec5786607f5e17c1c7e.patch patching file CMakeLists.txt Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file CMakeLists.txt.rej --- pkgs/by-name/di/direwolf-unstable/package.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/by-name/di/direwolf-unstable/package.nix b/pkgs/by-name/di/direwolf-unstable/package.nix index 7a9352f7ffb4..88a621623bcf 100644 --- a/pkgs/by-name/di/direwolf-unstable/package.nix +++ b/pkgs/by-name/di/direwolf-unstable/package.nix @@ -21,6 +21,9 @@ hash = "sha256-VFBkOWHGZP7GjekHL3GY3BGkVXQbtyD1YPmu0xaQ1ME="; }; + # drop upstreamed cmake-4 patch + patches = [ ]; + postPatch = builtins.replaceStrings [