3
0
Fork 0
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:
Peter Simons 2018-11-05 14:03:43 +01:00
parent 4745250bd3
commit ff060e74b8

View file

@ -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