From 0cb7630f207efa7f470c29d208ec1781e3dbffbb Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 5 Mar 2015 17:50:07 +0100 Subject: [PATCH] haskell-temporal-csound has been fixed. --- pkgs/development/haskell-modules/configuration-common.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 1558911ef8e..59ca7b7a7a0 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -504,9 +504,6 @@ self: super: { # https://github.com/NixOS/nixpkgs/issues/6350 paypal-adaptive-hoops = overrideCabal super.paypal-adaptive-hoops (drv: { testTarget = "local"; }); - # https://github.com/anton-k/temporal-csound/issues/2 - temporal-csound = markBrokenVersion "0.4.1" super.temporal-csound; - # https://github.com/seanparsons/wiring/issues/1 wiring = markBrokenVersion super.wiring;