summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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'.
* doc: Use @code for the abstract USB image URL.Ludovic Courtès2015-02-11
| | | | | | | Reported by Quentin Pradet <webmasters-comment@gnu.org>. * doc/guix.texi (System Installation): Use @code instead of @url for the abstract URL.
* gnu: gettext: Change license to GPLv3+.Ludovic Courtès2015-02-10
| | | | * gnu/packages/gettext.scm (gnu-gettext)[license]: Change to GPLv3+.
* gnu: Add STAR.Ricardo Wurmus2015-02-10
| | | | * gnu/packages/bioinformatics.scm (star): New variable.
* gnu: Add HISAT.Ricardo Wurmus2015-02-10
| | | | * gnu/packages/bioinformatics.scm (hisat): New variable.
* gnu: Add openntpd.Taylan Ulrich Bayırlı/Kammer2015-02-10
| | | | * gnu/packages/ntp.scm (openntpd): New variable.
* gnu: Add smartmontools.Taylan Ulrich Bayırlı/Kammer2015-02-10
| | | | * gnu/packages/admin.scm (smartmontools): New variable.
* lint: handle FTP URIs.Cyril Roelandt2015-02-10
| | | | * guix/scripts/lint.scm (probe-uri): handle FTP URIs.
* gnu: Add ltrace.Taylan Ulrich Bayırlı/Kammer2015-02-10
| | | | * gnu/packages/linux.scm (ltrace): New variable.
* gnu: linux-libre: Update to 3.19Jason Self2015-02-09
| | | | * gnu/packages/linux.scm (linux-libre): Update to version 3.19.
* linux-initrd: Add 'isci' module, needed for some SAS controllers.Ludovic Courtès2015-02-09
| | | | | | Encountered on a Dell Precision T3600. * gnu/system/linux-initrd.scm (base-initrd)[linux-modules]: Add isci.
* profiles: Report "pseudo-upgrades" as upgrades, not downgrades.Ludovic Courtès2015-02-09
| | | | | | | | | | Reported by Andreas Enge <andreas@enge.fr> at <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19764#19>. * guix/profiles.scm (manifest-transaction-effects): Use 'version>=?' instead of 'version>?'. * tests/profiles.scm ("manifest-transaction-effects and pseudo-upgrades"): New test.
* utils: Add 'version>=?'.Ludovic Courtès2015-02-09
| | | | | * guix/utils.scm (version>?): Clarify docstring. (version>=?): New procedure.
* gnu: ffmpeg: Add 'lame' input.Federico Beffa2015-02-09
| | | | | * gnu/packages/video.scm (ffmpeg): Add 'lame' input and corresponding configure flag.
* gnu: perl-net-ssleay: Update to 1.68.Andreas Enge2015-02-09
| | | | * gnu/packages/openssl.scm (perl-net-ssleay): Update to 1.68.
* gnu: openssl: Update to 1.0.2.Andreas Enge2015-02-09
| | | | * gnu/packages/openssl.scm (openssl): Update to 1.0.2.
* gnu: Add Sphinx RTD theme.Ricardo Wurmus2015-02-09
| | | | | * gnu/packages/python.scm (python-sphinx-rtd-theme, python2-sphinx-rtd-theme): New variables.
* gnu: Add flexbar.Ricardo Wurmus2015-02-09
| | | | * gnu/packages/bioinformatics.scm (flexbar): New variable.
* gnu: Add seqan.Ricardo Wurmus2015-02-09
| | | | * gnu/packages/bioinformatics.scm (seqan): New variable.
* gnu: Add libcap-ng.Taylan Ulrich Bayırlı/Kammer2015-02-09
| | | | * gnu/packages/admin.scm (libcap-ng): New variable.
* gnu: Add aubio.Ricardo Wurmus2015-02-09
| | | | * gnu/packages/audio.scm (aubio): New variable.