From 3652bf618273cb823ef595aa9a0de2952c26af41 Mon Sep 17 00:00:00 2001 From: Ian Mitchell Date: Wed, 3 Jun 2026 13:58:20 -0400 Subject: [PATCH] supercollider: remove spurious comments --- .../supercollider/plugins/sc3-plugins.nix | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/pkgs/development/interpreters/supercollider/plugins/sc3-plugins.nix b/pkgs/development/interpreters/supercollider/plugins/sc3-plugins.nix index 5dd3e9695392..a3203e87bc06 100644 --- a/pkgs/development/interpreters/supercollider/plugins/sc3-plugins.nix +++ b/pkgs/development/interpreters/supercollider/plugins/sc3-plugins.nix @@ -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 ];