summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-11-05 14:03:43 +0100
committerPeter Simons <simons@cryp.to>2018-11-05 14:03:43 +0100
commitff060e74b830465cdfad73f6ff0aa39f8f1d5b05 (patch)
tree38b5373572a2d7cfd1f034bfbab9ace9c05b8fb5 /pkgs/development/haskell-modules
parent4745250bd35b2cbdee248abc0aa60876c8f71ae5 (diff)
downloadnixlib-ff060e74b830465cdfad73f6ff0aa39f8f1d5b05.tar
nixlib-ff060e74b830465cdfad73f6ff0aa39f8f1d5b05.tar.gz
nixlib-ff060e74b830465cdfad73f6ff0aa39f8f1d5b05.tar.bz2
nixlib-ff060e74b830465cdfad73f6ff0aa39f8f1d5b05.tar.lz
nixlib-ff060e74b830465cdfad73f6ff0aa39f8f1d5b05.tar.xz
nixlib-ff060e74b830465cdfad73f6ff0aa39f8f1d5b05.tar.zst
nixlib-ff060e74b830465cdfad73f6ff0aa39f8f1d5b05.zip
haskell-cpython: don't bind the obsolete name "python34"
Fixes the evaluation error introduced by 4f45edbd9aa4a0c3589de5f01c81185f00362c40.
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index 34c638217563..2583fa1c449a 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