fix pythondocs (missing lib, doc instead of docs)

This commit is contained in:
Florian Friesdorf
2013-03-05 12:28:48 +01:00
parent ad31fcad52
commit 2e21e4fadc
28 changed files with 103 additions and 103 deletions
@@ -9,7 +9,7 @@ ${VERSIONS}
cat >default.nix <<EOF
{ stdenv, fetchurl }:
{ stdenv, fetchurl, lib }:
let
pythonDocs = {
@@ -42,7 +42,7 @@ for type in $TYPES; do
attrname=python${major}${minor}
cat >>default.nix <<EOF
${attrname} = import ./${major}.${minor}-${type}.nix {
inherit stdenv fetchurl;
inherit stdenv fetchurl lib;
};
EOF