~ruther/guix-local

ref: c5c555b186a894e6bd3d5709c5199fcab1f0b7d0 guix-local/gnu/packages/libjpeg.scm -rw-r--r-- 2.1 KiB
8dc8bf02 — Andreas Enge 13 years ago
gnu: libjpeg: Correct name of libjpeg-8 package to allow installation.

* gnu/packages/libjpeg (libjpeg-8): Switch name field to "libjpeg".
59a43334 — Ludovic Courtès 13 years ago
distro: Rename (distro) to (gnu packages).

* distro.scm: Rename to...
* gnu/packages.scm: ... this.  Update all users accordingly.
* Makefile.am (MODULES): Adjust accordingly.
* po/POTFILES.in: Likewise.
1ffa7090 — Ludovic Courtès 13 years ago
distro: Change the module name space to (gnu ...).

* distro: Rename to...
* gnu: ... this.  Update module names accordingly.
* Makefile.am: Adjust accordingly.
* po/POTFILES.in: Likewise.
* distro.scm: Search for files under /gnu/packages instead of
  /distro/packages.
* gnu/packages/base.scm (ld-wrapper-boot3): Likewise.
1d974417 — Andreas Enge 13 years ago
distro: Add Libjpeg 8.

* distro/packages/libjpeg.scm (libjpeg-8): New variable.
4b5f8cde — Andreas Enge 13 years ago
distro: Add Libjpeg.

* distro/packages/libjpeg.scm: New file.
* Makefile.am (MODULES): Add it.