Age | Commit message (Expand) | Author |
2015-09-06 | gnu: Add enblend-enfuse....* gnu/packages/photo.scm (enblend-enfuse): New variable.
| Andreas Enge |
2015-09-06 | gnu: Add libpano13....* gnu/packages/photo.scm (libpano13): New variable.
| Andreas Enge |
2015-09-04 | gnu: Order module imports in (gnu packages photo) alphabetically....* gnu/packages/photo.scm: Order module imports alphabetically.
| Andreas Enge |
2015-09-04 | gnu: Add prefix to license imports in (gnu packages photo)....* gnu/packages/photo.scm: Import (guix licenses) with #:prefix license: to
avoid an impending clash with the import of zlib from both (guix licenses)
and (gnu packages compression).
| Andreas Enge |
2015-09-03 | gnu: Add libraw....* gnu/packages/photo.scm (libraw): New variable.
| Ricardo Wurmus |
2015-04-20 | gnu: Remove all #:select from (gnu packages ...) modules....This works around Guile bug <http://bugs.gnu.org/15540>.
Reported by Andreas Enge <andreas@enge.fr>.
* gnu/packages/engineering.scm: Don't #:select from (gnu packages ...).
* gnu/packages/gcc.scm: Likewise.
* gnu/packages/package-management.scm: Likewise.
* gnu/packages/photo.scm: Likewise.
* gnu/packages/pulseaudio.scm: Likewise.
* gnu/packages/moe.scm: Likewise, and #:select from (guix licenses)
instead.
| Ludovic Courtès |