aboutsummaryrefslogtreecommitdiffstats
path: root/pkgs/default.nix
Commit message (Collapse)AuthorAgeFilesLines
* writePython{2,3} : fixed compile errorsv2.0.1palo/fix-pythonIngolf Wagner2018-09-041-2/+2
|
* fixed writePython{2,3}{,Bin}v2.0.0palo/fix-writePythonIngolf Wagner2018-09-021-6/+8
| | | | | | | | | | | | | 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" {} '' ... '' ```
* pkgs: add writeHaskelllassulus2018-06-181-0/+15
|
* pkgs: writeHaskell -> writeHaskellPackagelassulus2018-06-171-1/+1
|
* pkgs.writePython*: normalize argumentslassulus2018-06-131-8/+8
|
* import writers from stockholm 0bc2409tv2018-06-121-0/+318