python-boot: add error message when accessing python.pkgs
This commit is contained in:
parent
28e11a0b6b
commit
cacf0925a5
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue