Python: Difference between revisions
imported>Sh4r3m4n m Fix typo: gobject-intospection -> gobject-introspection |
imported>Kjuvi m Add missing semi-colon to the python3.withPackages my-python-packages |
||
| Line 10: | Line 10: | ||
# other python packages you want | # other python packages you want | ||
]; | ]; | ||
python-with-my-packages = python3.withPackages my-python-packages | python-with-my-packages = python3.withPackages my-python-packages; | ||
in ... | in ... | ||
</syntaxhighlight> | </syntaxhighlight> | ||