Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Guix development environment. | David Thompson | 2015-08-05 | 1 | -1/+1 |
| | | | | * package.scm: Change source to #f for now. | ||||
* | guix: Use native-inputs properly and add texinfo. | David Thompson | 2015-04-03 | 1 | -3/+6 |
| | | | | | * package.scm: Move native inputs where they belong. Add texinfo to native inputs. | ||||
* | Fix package.scm, again. | David Thompson | 2015-03-17 | 1 | -5/+10 |
| | |||||
* | Update package.scm. | David Thompson | 2015-03-17 | 1 | -11/+6 |
| | |||||
* | Fix Guix environment config. | David Thompson | 2014-11-22 | 1 | -2/+2 |
| | | | | * package.scm: Use LTDL_LIBRARY_PATH instead of LD_LIBRARY_PATH. | ||||
* | Add autoconf and automake to guix environment. | David Thompson | 2014-11-08 | 1 | -4/+6 |
| | | | | * package.scm: Add autoconf and automake as inputs. | ||||
* | Add mesa package to guix environment. | David Thompson | 2014-11-08 | 1 | -1/+2 |
| | | | | * package.scm: Add mesa as input. | ||||
* | Add guix environment. | David Thompson | 2014-11-08 | 1 | -0/+62 |
* package.scm: New file. * README.org (Developing): New section. |