···1415stdenv.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";
2122 hardeningDisable = [ "format" ];