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
This commit is contained in:
Sergei Trofimovich
2025-11-04 21:26:59 +00:00
parent da83893018
commit f38f11b938
@@ -21,6 +21,9 @@
hash = "sha256-VFBkOWHGZP7GjekHL3GY3BGkVXQbtyD1YPmu0xaQ1ME=";
};
# drop upstreamed cmake-4 patch
patches = [ ];
postPatch =
builtins.replaceStrings
[