python-boot: add error message when accessing python.pkgs

This commit is contained in:
Daiderd Jordan 2018-07-27 21:38:42 +02:00
parent 28e11a0b6b
commit cacf0925a5
No known key found for this signature in database
GPG Key ID: D02435D05B810C96
1 changed files with 2 additions and 0 deletions

View File

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