summaryrefslogtreecommitdiffstats
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorIsidor Zeuner <nix@quidecco.pl>2023-12-03 22:46:01 +0100
committerIsidor Zeuner <nix@quidecco.pl>2023-12-06 08:07:04 +0100
commita56afd860cac7a59d5261581410e109a3c67604b (patch)
tree8980b2cc984d6dc415e632e808a53922108d63ec /pkgs/development/haskell-modules
parent98426afa72315eff6c46dc998a764e8d56e3694b (diff)
haskellPackages.csound-sampler: unbreak
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index c67f33c89114..0d49c7f1256d 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -959,6 +959,13 @@ self: super: {
editedCabalFile = null;
}) super.csound-expression-opcodes;
+ csound-sampler =
+ assert super.csound-sampler.version == "0.0.10.1";
+ overrideCabal (drv: {
+ src = csound_src_git + "/csound-sampler";
+ editedCabalFile = null;
+ }) super.csound-sampler;
+
# Make elisp files available at a location where people expect it.
hindent = (overrideCabal (drv: {
# We cannot easily byte-compile these files, unfortunately, because they