Files
nix-writers/pkgs
Ingolf Wagner bd003832d2 fixed writePython{2,3}{,Bin}
moved deps (and additional rarely used parameters in an attribute set)
now you have to do instead of:
```
writePython2Bin "foo.py" [] '' ... ''
```

this:
```
writePython2Bin "foo.py" {} '' ... ''
```
2018-09-02 18:17:12 +02:00
..
2018-09-02 18:17:12 +02:00