summary refs log tree commit diff
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2018-12-18 09:46:15 +0100
committerLinus Heckemann <git@sphalerite.org>2018-12-18 09:46:15 +0100
commita532c6318ac2ad112f9c9ac9f6c5455db0633c9f (patch)
treefac50992bd211c4741aa537af973fb1d6053b16d
parent6bdcc10767dd0c3c96ad1a3c24b4bae38bea3fe1 (diff)
downloadnixpkgs-a532c6318ac2ad112f9c9ac9f6c5455db0633c9f.tar
nixpkgs-a532c6318ac2ad112f9c9ac9f6c5455db0633c9f.tar.gz
nixpkgs-a532c6318ac2ad112f9c9ac9f6c5455db0633c9f.tar.bz2
nixpkgs-a532c6318ac2ad112f9c9ac9f6c5455db0633c9f.tar.lz
nixpkgs-a532c6318ac2ad112f9c9ac9f6c5455db0633c9f.tar.xz
nixpkgs-a532c6318ac2ad112f9c9ac9f6c5455db0633c9f.tar.zst
nixpkgs-a532c6318ac2ad112f9c9ac9f6c5455db0633c9f.zip
csound: document temp dependency on fluidsynth 1
-rw-r--r--pkgs/applications/audio/csound/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/audio/csound/default.nix b/pkgs/applications/audio/csound/default.nix
index da3cff0bac2..450ece6a12f 100644
--- a/pkgs/applications/audio/csound/default.nix
+++ b/pkgs/applications/audio/csound/default.nix
@@ -14,6 +14,9 @@
 
 stdenv.mkDerivation rec {
   name = "csound-${version}";
+  # When updating, please check if https://github.com/csound/csound/issues/1078
+  # has been fixed in the new version so we can use the normal fluidsynth
+  # version and remove fluidsynth 1.x from nixpkgs again.
   version = "6.12.0";
 
   enableParallelBuilding = true;