summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Add python2-cssutils.Andreas Enge2015-02-14
| | | | * gnu/packages/python.scm (python2-cssutils): New variable.
* gnu: Add python2-pil.Andreas Enge2015-02-14
| | | | * gnu/packages/python.scm (python2-pil): New variable.
* gnu: linux-libre: Update to 3.18.7.Mark H Weaver2015-02-14
| | | | * gnu/packages/linux.scm (linux-libre): Update to 3.18.7.
* Revert "gnu: linux-libre: Update to 3.19"Mark H Weaver2015-02-14
| | | | | | Linux-libre 3.19 doesn't work on the Libreboot X60. This reverts commit 1f4edec4fd9b4bc6f4eda8c196647eea5215f040.
* gnu: Add moreutils.Taylan Ulrich Bayırlı/Kammer2015-02-14
| | | | | * gnu/packages/moreutils.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: Add lash.Ricardo Wurmus2015-02-14
| | | | * gnu/packages/audio.scm (lash): New variable.
* gnu: python-apsw: Fix license.Ludovic Courtès2015-02-14
| | | | | * gnu/packages/python.scm (python-apsw)[license]: Change to LICENSE:ZLIB.
* gexp: Add #:graft? parameter to 'gexp->derivation'.Ludovic Courtès2015-02-13
| | | | | | | * guix/gexp.scm (gexp->derivation): Add #:graft? parameter and honor it. * tests/gexp.scm ("gexp->derivation vs. grafts"): New test. * doc/guix.texi (G-Expressions): Update 'gexp->derivation' documentation.
* packages: Add 'set-grafting' procedure.Ludovic Courtès2015-02-13
| | | | * guix/packages.scm (set-grafting): New procedure.
* tests: Add missing import.Ludovic Courtès2015-02-13
| | | | * guix/tests.scm: Add missing import, needed by 'dummy-package'.
* gnu: JACK2: rename package to "jack2".Ricardo Wurmus2015-02-13
| | | | | * gnu/packages/audio.scm (jack-2): Change package name to "jack2" to distinguish from JACK1.
* gnu: jack: build ALSA backend.Ricardo Wurmus2015-02-13
| | | | * gnu/packages/audio.scm (jack): Add missing inputs to build ALSA backend.
* gnu: Add lvtk.Ricardo Wurmus2015-02-13
| | | | * gnu/packages/audio.scm (lvtk): New variable.
* gnu: Add python-pillow.Andreas Enge2015-02-13
| | | | * gnu/packages/python.scm (python-pillow, python2-pillow): New variables.
* gnu: net-tools: Remove the 'hostname' and *domainname commands.Ludovic Courtès2015-02-13
| | | | | * gnu/packages/linux.scm (net-tools)[arguments]: Add #:modules. Add 'remove-redundant-commands' phase.
* gnu: procps: Remove the 'kill' and 'uptime' commands.Ludovic Courtès2015-02-13
| | | | | * gnu/packages/linux.scm (procps)[arguments]: Add #:modules. <install phase>: Remove kill* and uptime*.
* gexp: Implement 'imported-modules' & co. using 'gexp->derivation'.Ludovic Courtès2015-02-13
| | | | | | | | | | | | | * guix/derivations.scm (imported-files): Keep private. (%imported-modules, %compiled-modules, build-expression->derivation): Mark as deprecated. (imported-modules, compiled-modules): Remove. * guix/gexp.scm (%mkdir-p-definition): New variable. (imported-files, search-path*, imported-modules, compiled-modules): New procedures. * tests/derivations.scm ("imported-files"): Remove. * tests/gexp.scm ("imported-files", "gexp->derivation #:modules"): New tests.
* gnu: Add acpid.Ludovic Courtès2015-02-13
| | | | * gnu/packages/linux.scm (acpid): New variable.
* gnu: nss: Update to 3.17.4.Andreas Enge2015-02-13
| | | | * gnu/packages/gnuzilla.scm (nss): Update to 3.17.4.
* gnu: Add bedops.Ricardo Wurmus2015-02-13
| | | | * gnu/packages/bioinformatics.scm (bedops): New variable.
* gnu: Add xosd.Alex Kost2015-02-13
| | | | * gnu/packages/xdisorg.scm (xosd): New variable.
* gnu: Add CLISP.Taylan Ulrich Bayırlı/Kammer2015-02-13
| | | | * gnu/packages/lisp.scm (clisp): New variable.
* gnu: openssl: Add search path definition for root certificates.Andreas Enge2015-02-13
| | | | * gnu/packages/openssl.scm (openssl)[native-search-paths]: New property.
* gnu: Add nss-certs, certificates extracted from nss.Andreas Enge2015-02-13
| | | | * gnu/packages/certs.scm (nss-certs): New variable.
* gnu: Add certdata2pem Python script.Andreas Enge2015-02-13
| | | | | * gnu/packages/certs.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: node: Update to 0.12.0.David Thompson2015-02-12
| | | | * gnu/packages/node.scm (node): Update to 0.12.0.
* gnu: ruby: Update to 2.2.0.David Thompson2015-02-12
| | | | * gnu/packages/ruby.scm (ruby): Update to 2.2.0.
* artwork: Update snapshot to GuixSD branding.Ludovic Courtès2015-02-12
| | | | | | | * gnu/artwork.scm (%artwork-repository): Update to new "GuixSD" branding. * gnu/system/grub.scm (%background-image, %default-theme): Adjust accordingly.
* store: Add optional 'references' parameter to 'text-file'.Ludovic Courtès2015-02-12
| | | | | | * guix/store.scm (text-file): Add optional 'references' parameter. Pass it to 'add-text-to-store'. * doc/guix.texi (The Store Monad): Adjust accordingly.
* gnu: Add ECL.Taylan Ulrich Bayırlı/Kammer2015-02-12
| | | | * gnu/packages/lisp.scm (ecl): New variable.
* gnu: Add python-lxml.Andreas Enge2015-02-12
| | | | * gnu/packages/python.scm (python-lxml, python2-lxml): New variables.
* gnu: python: Prefix expat license by "license:" to avoid conflicts withAndreas Enge2015-02-12
| | | | | | | | | | | | expat from the xml module. * gnu/packages/python.scm: Prefix expat license imported from (guix licenses). * gnu/packages/python.scm (python-lockfile, python-mock, python-pysam, python-extras, python-mimeparse, python-py, python-pytest, python-scripttest, python-jsonschema, python-pyjwt, python-virtualenv, python-sphinx-rtd-theme, python-pyparsing, python-cffi, python-xcffib, python-html5lib, python-dbus): Adapt license field.
* gnu: Add python-apsw.Andreas Enge2015-02-12
| | | | * gnu/packages/python.scm (python-apsw, python2-apsw): New variables.
* gnu: hisat: fix build on non-x86_64.Ricardo Wurmus2015-02-12
| | | | | * gnu/packages/bioinformatics.scm (hisat): Add "POPCNT_CAPABILITY=0" to make-flags on architectures other than x86_64.
* gnu: sdl-mixer: Don't use dlopen for shared object loading.宋文武2015-02-12
| | | | | | | * gnu/packages/sdl.scm (sdl-mixer)[arguments]<#:configure-flags>: Add --disable-music-mod-shared --disable-music-fluidsynth-shared --disable-music-ogg-shared --disable-music-flac-shared --disable-music-mp3-shared.
* gnu: sdl-image: Don't use dlopen for shared object loading.宋文武2015-02-12
| | | | * gnu/packages/sdl.scm (sdl-image)[arguments]: New field.
* gnu: Add ardour.Ricardo Wurmus2015-02-11
| | | | * gnu/packages/audio.scm (ardour): New variable.
* gnu: Add libgnomecanvasmm.Ricardo Wurmus2015-02-11
| | | | * gnu/packages/gnome.scm (libgnomecanvasmm): New variable.
* gnu: Add rubberband.Ricardo Wurmus2015-02-11
| | | | * gnu/packages/audio.scm (rubberband): New variable.
* gnu: Add LADSPA.Ricardo Wurmus2015-02-11
| | | | * gnu/packages/audio.scm (ladspa): New variable.
* gnu: Add Vamp SDK.Ricardo Wurmus2015-02-11
| | | | * gnu/packages/audio.scm (vamp): New variable.
* gnu: Add suil.Ricardo Wurmus2015-02-11
| | | | * gnu/packages/audio.scm (suil): New variable.
* gnu: Add lilv.Ricardo Wurmus2015-02-11
| | | | * gnu/packages/audio.scm (lilv): New variable.
* gnu: Add sratom.Ricardo Wurmus2015-02-11
| | | | * gnu/packages/audio.scm (sratom): New variable.
* gnu: Add sord.Ricardo Wurmus2015-02-11
| | | | * gnu/packages/rdf.scm (sord): New variable.
* gnu: Add serd.Ricardo Wurmus2015-02-11
| | | | * gnu/packages/rdf.scm (serd): New variable.
* gnu: Add LV2.Ricardo Wurmus2015-02-11
| | | | * gnu/packages/audio.scm (lv2): New variable.
* gexp: Add #:allowed-references parameter to 'gexp->derivation'.Ludovic Courtès2015-02-11
| | | | | | | | * guix/gexp.scm (lower-references): New procedure. (gexp->derivation): Add #:allowed-references and honor it. * tests/gexp.scm ("gexp->derivation #:allowed-references", "gexp->derivation #:allowed-references, disallowed"): New tests. * doc/guix.texi (G-Expressions): Update 'gexp->derivation' doc.
* gnu: Add glibc-locales.Ludovic Courtès2015-02-11
| | | | | | * gnu/packages/patches/glibc-locales.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/base.scm (glibc-locales): New variable.
* derivations: Make the "grafting..." message directly visible.Ludovic Courtès2015-02-11
| | | | | * guix/derivations.scm (graft-derivation)[build]: Add call to 'force-output'.