From cacf0925a569a8958c1a5012641a43a2009319fd Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Fri, 27 Jul 2018 21:38:42 +0200 Subject: python-boot: add error message when accessing python.pkgs --- pkgs/development/interpreters/python/cpython/2.7/boot.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/development/interpreters/python') diff --git a/pkgs/development/interpreters/python/cpython/2.7/boot.nix b/pkgs/development/interpreters/python/cpython/2.7/boot.nix index 66f358e4b95b..7d6f2541d3d1 100644 --- a/pkgs/development/interpreters/python/cpython/2.7/boot.nix +++ b/pkgs/development/interpreters/python/cpython/2.7/boot.nix @@ -75,6 +75,8 @@ stdenv.mkDerivation rec { enableParallelBuilding = true; + passthru.pkgs = builtins.throw "python-boot does not support packages, this package is only intended for bootstrapping." {}; + meta = { homepage = http://python.org; description = "A high-level dynamically-typed programming language"; -- cgit 1.4.1