~ruther/guix-local

9d620590 — Ludovic Courtès 11 years ago
gnu: Add CTL.

* gnu/packages/graphics.scm (ctl): New variable.
cab6a253 — Ludovic Courtès 11 years ago
gnu: Add OpenEXR and IlmBase.

* gnu/packages/graphics.scm (ilmbase, openexr): New variables.
* gnu/packages/patches/openexr-missing-samples.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
bd4464f2 — Taylan Ulrich Bayırlı/Kammer 11 years ago
gnu: Add portaudio.

* gnu/packages/audio.scm (portaudio): New variable.
49f36708 — Taylan Ulrich Bayırlı/Kammer 11 years ago
gnu: Add twolame.

* gnu/packages/audio.scm (twolame): New variable.
4bddd14c — Taylan Ulrich Bayırlı/Kammer 11 years ago
gnu: Add soxr.

* gnu/packages/audio.scm (soxr): New variable.
754a98ae — Taylan Ulrich Bayırlı/Kammer 11 years ago
gnu: Add soundtouch.

* gnu/packages/audio.scm (soundtouch): New variable.
9f1cdd9d — Taylan Ulrich Bayırlı/Kammer 11 years ago
gnu: Add libsbsms.

* gnu/packages/audio.scm (libsbsms): New variable.
e6caa52d — Taylan Ulrich Bayırlı/Kammer 11 years ago
gnu: Add cpufrequtils.

* gnu/packages/linux.scm (cpufrequtils): New variable.
* gnu/packages/patches/cpufrequtils-fix-aclocal.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
a9a1a40b — Taylan Ulrich Bayırlı/Kammer 11 years ago
gnu: Add sysfsutils-1.

* gnu/packages/linux.scm (sysfsutils-1): New variable.
37f5caec — Taylan Ulrich Bayırlı/Kammer 11 years ago
gnu: Add sysfsutils.

* gnu/packages/linux.scm (sysfsutils): New variable.
c9505f3f — Ludovic Courtès 11 years ago
gnu: Add glibc-utf8-locales.

* gnu/packages/base.scm (glibc-utf8-locales): New variable.
5e5784a9 — Andreas Enge 11 years ago
gnu: python2-rdflib: Explicitly build with python-2.

* gnu/packages/rdf.scm (python2-rdflib): Add argument to build with python-2.
c964a15d — Mark H Weaver 11 years ago
download: Cope with Guile 2.0.6 or earlier.

* guix/build/download.scm: Do not attempt to support relative URIs in
  "Location" headers if 'declare-relative-uri-header!' is not present.
  This is the case for Guile 2.0.6 or earlier.
da71f145 — Andreas Enge 11 years ago
gnu: Add python2-rdflib.

* gnu/packages/rdf.scm (python2-rdflib): New variable.
  (python-rdflib): Add patch.
* gnu/packages/patches/python2-rdflib-drop-sparqlwrapper.patch: New file.
* gnu-system.am (dist_patch_DATA): Register patch.
3dd75476 — Andreas Enge 11 years ago
gnu: python-html5lib: Add propagated input.

* gnu/packages/python.scm (python-html5lib): Add propagated input python-six.
  (python2-html5lib): Add propagated input python2-six.
0c20025c — Andreas Enge 11 years ago
gnu: Add python2-six.

* gnu/packages/python.scm (python2-six): New variable.
4219f48f — Andreas Enge 11 years ago
gnu: python-rdflib: Correct typo.

* gnu/packages/rdf.scm (python-rdflib): Correct typo in the name of an input.
b9e02a71 — Ludovic Courtès 11 years ago
gnu: glibc-locales: Install to lib/locales.

Suggested by Andreas Schwab <schwab@linux-m68k.org>
at <http://lists.gnu.org/archive/html/guix-devel/2015-02/msg00652.html>.

* gnu/packages/base.scm (glibc-locales) <#:configure-flags>: Change
  "/share/locale" to "/lib/locale".
61452a5a — David Thompson 11 years ago
gnu: Add pumpa.

* gnu/packages/pumpio.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
6e1a7d17 — Ludovic Courtès 11 years ago
guix system: Honor '--no-grub'.

Reported by Alex Kost <alezost@gmail.com>
at <http://lists.gnu.org/archive/html/guix-devel/2015-02/msg00564.html>.

* guix/scripts/system.scm (%options) <no-grub>: Use 'alist-cons' instead
  of 'alist-delete'.
Next