pythonDocs: recurseIntoAttrs does not recurse, bypass problem

This commit is contained in:
Florian Friesdorf
2013-03-13 13:16:03 +01:00
parent 15e1daf0c3
commit 94f2013c0c
2 changed files with 9 additions and 1 deletions
@@ -16,7 +16,11 @@ pythonDocs = {
EOF
for type in $TYPES; do
echo " ${type/-/_} = {" >> default.nix
cat >>default.nix <<EOF
${type/-/_} = {
recurseForDerivations = true;
EOF
for version in $VERSIONS; do
major=$(echo -n ${version}| cut -d. -f1)
minor=$(echo -n ${version}| cut -d. -f2)