Unverified Commit aaa271c0 authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

supercolliderPlugins.sc3-plugins: fix cmake 4 build failure (#450053)

parents c0c64f37 ca412304
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
{
  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 ];