supercollider: remove spurious comments

This commit is contained in:
Ian Mitchell
2026-06-03 13:58:20 -04:00
parent 69f282cf85
commit 3652bf6182
@@ -18,19 +18,6 @@ stdenv.mkDerivation rec {
sha256 = "sha256-CW9JVVdgeITg2/0TLprw1V8WW4VhBmCN2Ns8XmiZKh0=";
};
patches = [
# (fetchpatch2 {
# url = "https://github.com/supercollider/sc3-plugins/commit/3dc56bf7fcc1f2261afc13f96da762b78bcbfa51.patch";
# hash = "sha256-lvXvGunfmjt6i+XPog14IKdnH1Qk8vefxplSDkXXXHU=";
# })
# Fix build with GCC 15
# (fetchpatch2 {
# url = "https://github.com/supercollider/sc3-plugins/commit/deaa55a7204bedf65a2000a463ae87a481bf3eb8.patch";
# hash = "sha256-d8+4ZmedAwVt/AlU/YKqQF+80shEa8DiPnvMwJtW/RM=";
# })
];
strictDeps = true;
nativeBuildInputs = [ cmake ];