haskellPackages.cpython: set to null
because these are bindings for cpython 3.4 which we no longer distribute.
This commit is contained in:
parent
3059cf7f0c
commit
6a0b1b13b6
@ -893,6 +893,9 @@ 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;
|
||||
|
Loading…
Reference in New Issue
Block a user