aboutsummaryrefslogtreecommitdiffstats
path: root/guix-env.scm
Commit message (Collapse)AuthorAgeFilesLines
* guix: Add additional useful packages for developmentChristopher Allan Webber2016-03-291-0/+6
| | | | * guix-env.scm: Added openssh, git, and rsync in the development package.
* guix-env.scm: Comment on python-numpy pulling in texliveChristopher Allan Webber2016-03-241-1/+2
| | | | | | | | textlive-texmf is currently a dependency of texlive in Guix, and is very large. Users may want to know and disable this dependency, if they can bear limiting the media types they are developing with. * guix-env.scm: New comment on returned package.
* Add python-gst to guix-env.scmChristopher Allan Webber2016-03-091-0/+1
|
* Remove version caps on sqlalchemy and alembic.Christopher Allan Webber2016-03-021-2/+2
| | | | | Code seems to pass fine after the cap is removed. Whatever dependency issues we were running into before don't seem to be an issue now.
* No need for python-chardet in guix-env.scmChristopher Allan Webber2016-02-251-22/+0
| | | | That was *already* upstream in guix!
* guix-env.scm: Remove python-paste and python-pastescript, add python-chardetChristopher Allan Webber2016-02-251-75/+26
| | | | | python-paste and python-pastescript are now part of Guix proper. Working on getting python-chardet there as well.
* Add guix-env.scm to launch a Guix environment for hacking.Christopher Allan Webber2016-02-241-0/+267
(Thanks to David Thompson for help on the MediaGoblin packaging, which went into this a lot!)