summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-11-05 10:02:54 +0100
committerPeter Simons <simons@cryp.to>2018-11-05 10:06:26 +0100
commit4f45edbd9aa4a0c3589de5f01c81185f00362c40 (patch)
treefe987f2b6d621695acd0413490dc2007070e606e
parentc7a5b771dfce849b829874085376ff2d2c3ec385 (diff)
downloadnixpkgs-4f45edbd9aa4a0c3589de5f01c81185f00362c40.tar
nixpkgs-4f45edbd9aa4a0c3589de5f01c81185f00362c40.tar.gz
nixpkgs-4f45edbd9aa4a0c3589de5f01c81185f00362c40.tar.bz2
nixpkgs-4f45edbd9aa4a0c3589de5f01c81185f00362c40.tar.lz
nixpkgs-4f45edbd9aa4a0c3589de5f01c81185f00362c40.tar.xz
nixpkgs-4f45edbd9aa4a0c3589de5f01c81185f00362c40.tar.zst
nixpkgs-4f45edbd9aa4a0c3589de5f01c81185f00362c40.zip
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.
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 0 insertions, 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;