Merge pull request #141506 from sternenseemann/csound-fluidsynth-2

csound: build with fluidsynth 2.x

authored by maralorn and committed by GitHub 2b6a304e 20c48588

-3
-3
pkgs/applications/audio/csound/default.nix
··· 14 15 stdenv.mkDerivation rec { 16 pname = "csound"; 17 - # When updating, please check if https://github.com/csound/csound/issues/1078 18 - # has been fixed in the new version so we can use the normal fluidsynth 19 - # version and remove fluidsynth 1.x from nixpkgs again. 20 version = "6.16.2"; 21 22 hardeningDisable = [ "format" ];
··· 14 15 stdenv.mkDerivation rec { 16 pname = "csound"; 17 version = "6.16.2"; 18 19 hardeningDisable = [ "format" ];