haskell-cpython: don't bind the obsolete name "python34"
Fixes the evaluation error introduced by 4f45edbd9a.
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user