supercolliderPlugins.sc3-plugins: fix cmake 4 build failure

This commit is contained in:
Adam C. Stephens
2025-10-08 16:11:07 -04:00
parent bbf5e86196
commit ca412304be
@@ -1,6 +1,7 @@
{
stdenv,
lib,
fetchpatch2,
fetchurl,
cmake,
supercollider,
@@ -17,6 +18,13 @@ stdenv.mkDerivation rec {
sha256 = "sha256-+N7rhh1ALipy21HUC0jEQ2kCYbWlOveJg9TPe6dnF6I=";
};
patches = [
(fetchpatch2 {
url = "https://github.com/supercollider/sc3-plugins/commit/3dc56bf7fcc1f2261afc13f96da762b78bcbfa51.patch";
hash = "sha256-lvXvGunfmjt6i+XPog14IKdnH1Qk8vefxplSDkXXXHU=";
})
];
strictDeps = true;
nativeBuildInputs = [ cmake ];