forked from mirrors/nixpkgs
haskell-cpython: don't bind the obsolete name "python34"
Fixes the evaluation error introduced by 4f45edbd9a
.
This commit is contained in:
parent
4745250bd3
commit
ff060e74b8
|
@ -54425,7 +54425,7 @@ self: {
|
|||
libraryToolDepends = [ c2hs ];
|
||||
description = "Bindings for libpython";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
}) {inherit (pkgs) python34;};
|
||||
}) {python34 = null;};
|
||||
|
||||
"cql" = callPackage
|
||||
({ mkDerivation, base, bytestring, cereal, containers, Decimal
|
||||
|
|
Loading…
Reference in a new issue