From 4f45edbd9aa4a0c3589de5f01c81185f00362c40 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 5 Nov 2018 10:02:54 +0100 Subject: [PATCH] haskell-cpython: revert "set to null" This reverts commit 6a0b1b13b6119e90fce8b024fef99fd27bb883b6. Please don't null out the entire package just because its build is broken at the moment. If you want to prevent users from compiling cpython, then haskell.lib.markBroken (or, even better: markBrokenVersion) are the way to do it. --- 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 1a6d38ba5d8..56ffd6ee54e 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -893,9 +893,6 @@ self: super: { # https://github.com/aisamanra/config-ini/issues/12 config-ini = dontCheck super.config-ini; - # We've remove cpython 3.4 from nixpkgs - cpython = null; - # doctest >=0.9 && <0.12 genvalidity-property = doJailbreak super.genvalidity-property; path = dontCheck super.path;