summaryrefslogtreecommitdiff
path: root/package.scm
Commit message (Collapse)AuthorAgeFilesLines
* Fix Guix development environment.David Thompson2015-08-051-1/+1
| | | | * package.scm: Change source to #f for now.
* guix: Use native-inputs properly and add texinfo.David Thompson2015-04-031-3/+6
| | | | | * package.scm: Move native inputs where they belong. Add texinfo to native inputs.
* Fix package.scm, again.David Thompson2015-03-171-5/+10
|
* Update package.scm.David Thompson2015-03-171-11/+6
|
* Fix Guix environment config.David Thompson2014-11-221-2/+2
| | | | * package.scm: Use LTDL_LIBRARY_PATH instead of LD_LIBRARY_PATH.
* Add autoconf and automake to guix environment.David Thompson2014-11-081-4/+6
| | | | * package.scm: Add autoconf and automake as inputs.
* Add mesa package to guix environment.David Thompson2014-11-081-1/+2
| | | | * package.scm: Add mesa as input.
* Add guix environment.David Thompson2014-11-081-0/+62
* package.scm: New file. * README.org (Developing): New section.