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