From ff060e74b830465cdfad73f6ff0aa39f8f1d5b05 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 5 Nov 2018 14:03:43 +0100 Subject: [PATCH] haskell-cpython: don't bind the obsolete name "python34" Fixes the evaluation error introduced by 4f45edbd9aa4a0c3589de5f01c81185f00362c40. --- pkgs/development/haskell-modules/hackage-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 34c63821756..2583fa1c449 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -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