From c0db1fec7c106196a5fdac66a383ccdfcd01b918 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 22 Feb 2015 22:17:10 +0100 Subject: [PATCH] haskell-system-canonicalpath: test suite 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 e97651889082..7240f8112721 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -450,9 +450,6 @@ self: super: { # https://github.com/evanrinehart/mikmod/issues/1 mikmod = addExtraLibrary super.mikmod pkgs.libmikmod; - # https://github.com/d12frosted/CanonicalPath/issues/3 - system-canonicalpath = dontCheck super.system-canonicalpath; - # https://github.com/basvandijk/threads/issues/10 threads = dontCheck super.threads;