summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* guix archive: Allow compilation in the absence of Guile-JSON.Ludovic Courtès2017-01-10
| | | | | | | | Fixes <http://bugs.gnu.org/25409>. Reported by Ben Woodcroft <b.woodcroft@uq.edu.au>. * guix/scripts/archive.scm: Use 'module-autoload!' instead of #:use-module to (guix docker).
* gnu: libgit2, python-pygit2: Update to 0.25.1 [security fixes].Ludovic Courtès2017-01-10
| | | | | | | See <http://www.openwall.com/lists/oss-security/2017/01/10/5>. * gnu/packages/version-control.scm (libgit2): Update to 0.25.1. * gnu/packages/python.scm (python-pygit2): Update to 0.25.0.
* http-client: Improve error reporting.Ludovic Courtès2017-01-10
| | | | | * guix/http-client.scm (http-fetch): Change message in &message condition to include URI, CODE, and the reason phrase.
* system: Add btrfs file system support.David Craven2017-01-10
| | | | | | | | | | | | | | | | * gnu/build/file-systems.scm (%btrfs-endianness, btrfs-superblock?, read-btrfs-superblock, btrfs-superblock-uuid, btrfs-superblock-volume-name, check-btrfs-file-system): New variables. (%paritition-label-readers, %partition-uuid-readers): Add btrfs readers. * gnu/system/linux-initrd.scm (linux-modules): Add btrfs modules when a btrfs file-system is used. * gnu/tests/install.scm (%btrfs-root-os %btrfs-root-os-source, %btrfs-root-installation-script, %test-btrfs-root-os): New system test. * doc/guix.texi: Adjust accordingly. Fixes <http://bugs.gnu.org/19280>.
* gnu: Add btrfs-progs/static.David Craven2017-01-10
| | | | * gnu/packages/linux.scm (btrfs-progs/static): New variable.
* file-systems: Refactor file-system predicates.David Craven2017-01-10
| | | | | | | | | | | | | * gnu/build/file-systems.scm (partition-field-reader, read-partition-field, %partition-label-readers, %partition-uuid-readers, read-partition-label, read-partition-uuid): New variables. (partition-predicate, partition-label-predicate, partition-uuid-predicate, luks-partition-uuid-predicate): Use partition field readers. (find-partition): New variable. (find-partition-by-label, find-partition-by-uuid, find-partition-by-luks-uuid): Use find-partition-by.
* file-systems: Refactor check-file-system.David Craven2017-01-10
| | | | | | * gnu/build/file-systems.scm (check-file-system): Use file-system type specific checker. (check-ext2-file-system): New variable.
* gnu: e2fsck/static: Only copy e2fsck.David Craven2017-01-10
| | | | | * gnu/packages/linux.scm (e2fsck/static)[arguments]: Only copy e2fsck. [synopsis, description]: Adjust accordingly.
* gnu: Add pcc.Ricardo Wurmus2017-01-10
| | | | * gnu/packages/c.scm (pcc): New variable.
* gnu: ruby-sqlite3: Update to 1.3.13.Ben Woodcroft2017-01-10
| | | | * gnu/packages/ruby.scm (ruby-sqlite3): Update to 1.3.13.
* gnu: linux-libre: Update to 4.9.2.Mark H Weaver2017-01-09
| | | | | * gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash) (linux-libre): Update to 4.9.2.
* gnu: linux-libre@4.4: Update to 4.4.41.Mark H Weaver2017-01-09
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.41.
* gnu: emacs-guix: Update to 0.2.2.Alex Kost2017-01-10
| | | | * gnu/packages/emacs.scm (emacs-guix): Update to 0.2.2.
* gnu: emacs-bui: Update to 1.1.0.Alex Kost2017-01-10
| | | | * gnu/packages/emacs.scm (emacs-bui): Update to 1.1.0.
* gnu: whois: Update to 5.2.14.ng02017-01-09
| | | | | | * gnu/packages/networking.scm (whois): Update to 5.2.14. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: imagemagick: Update to 6.9.7-3.Leo Famulari2017-01-09
| | | | * gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.7-3.
* Revert "gnu: Update imagemagick to version 7.0.4-3."John Darrington2017-01-09
| | | | This reverts commit dea228cf1285e51059b106fc096b9d8ab1f0450e.
* gnu: cuirass: Update to 0.0.1 revision 3.Mathieu Lirzin2017-01-09
| | | | | | * gnu/packages/ci.scm (cuirass): Update to 0.0.1 revision 3. [arguments]: Move 'bootstrap' phase before 'configure'. Disable "tests/repo.scm" test.
* gnu: Update aqbanking to version 5.6.12.John Darrington2017-01-09
| | | | * gnu/packages/gnucash.scm (aqbanking): Update to version 5.6.12.
* gnu: Update imagemagick to version 7.0.4-3.John Darrington2017-01-09
| | | | * gnu/packages/imagemagick.scm: Update to version 7.0.4-3
* gnu: Add nim.José Miguel Sánchez García2017-01-09
| | | | | * gnu/packages/nim.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add nim.scm.
* gnu: rustc: Retain binutils.David Craven2017-01-09
| | | | | | | * gnu/packages/rust.scm (rustc)[arguments]: Retain binutils. Add wrap-rustc phase. Problem reported by Ben Woodcroft <donttrustben@gmail.com>.
* gnu: Simplify the downloads from http://www.aquamaniac.deJohn Darrington2017-01-09
| | | | | * gnu/packages/gnucash.scm (aqbanking, gwenhyfar): Remove dummy parameter from source url.
* gnu: guile-8sync: Add #t at end of setenv phase.Christopher Allan Webber2017-01-09
| | | | * gnu/packages/guile.scm: Add #t at end of setenv phase.
* gnu: Add guile-8sync.Christopher Allan Webber2017-01-09
| | | | * gnu/packages/guile.scm (guile-8sync): New variable.
* gnu: hdf4: Update to 4.2.12.Thomas Danckaert2017-01-09
| | | | | | * gnu/packages/maths.scm (hdf4): Update to 4.2.12. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-pip: Update to 9.0.1Maxim Cournoyer2017-01-09
| | | | | | | | * gnu/packages/python.scm (python-pip): Update to 9.0.1. [native-inputs]: Remove. [arguments]: New field. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add Guile-ICS.Alex Sassmannshausen2017-01-09
| | | | * gnu/packages/guile.scm (guile-ics): New variable.
* gnu: Add corrode.Danny Milosavljevic2017-01-09
| | | | | | * gnu/packages/haskell.scm (corrode): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add dotherside.ng02017-01-09
| | | | | | * gnu/packages/qt.scm (dotherside): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add font-google-roboto.ng02017-01-09
| | | | | | * gnu/packages/fonts.scm (font-google-roboto): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gdk-pixbuf: Update replacement to 2.36.3.Mark H Weaver2017-01-08
| | | | * gnu/packages/gtk.scm (gdk-pixbuf/fixed): Update to 2.36.3.
* gnu: icecat: Add fixes from upstream mozilla-esr45.Mark H Weaver2017-01-08
| | | | | * gnu/packages/gnuzilla.scm (icecat)[source][patches]: Add selected fixes from the upstream mozilla-esr45 repository.
* gnu: icecat: Rename patches that have been assigned CVEs.Mark H Weaver2017-01-08
| | | | | * gnu/packages/gnuzilla.scm (icecat)[source][patches]: Rename patches that have since been assigned CVEs.
* gnu: gdk-pixbuf: Replace with 2.36.2.Mark H Weaver2017-01-08
| | | | | | | * gnu/packages/gtk.scm (gdk-pixbuf)[replacement]: New field. (gdk-pixbuf/fixed): New variable. (package/inherit): New macro. (gdk-pixbuf+svg): Use 'package/inherit'.
* gnu: Add Prosody service.Clément Lassieur2017-01-08
| | | | | | | | | * gnu/services/messaging.scm: New file. * gnu/services/configuration.scm: New exported procedures. * gnu/local.mk (GNU_SYSTEM_MODULES): Add gnu/services/messaging.scm. * doc/guix.texi (Messaging Services): New section. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: prosody: Make config and data files visible to 'prosodyctl'.Clément Lassieur2017-01-08
| | | | | | * gnu/packages/messaging.scm (prosody)[arguments]: Add a 'fix-makefile' phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: prosody: Add OpenSSL and Coreutils to the PATH of programs.Clément Lassieur2017-01-08
| | | | | | | * gnu/packages/messaging.scm (prosody)[arguments]: In 'wrap-programs' phase, add 'openssl' and 'coreutils' to 'PATH'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add fprintd.Ludovic Courtès2017-01-08
| | | | * gnu/packages/freedesktop.scm (fprintd): New variable.
* gnu: Add libfprint.Ludovic Courtès2017-01-08
| | | | * gnu/packages/freedesktop.scm (libfprint): New variable.
* gnu: font-liberation: Use @item in @enumerate.David Craven2017-01-08
| | | | | | * gnu/packages/fonts.scm (font-liberation)[description]: Use @item. Followup to 0102fba27c550a951799399e6a8ce2faf2cb8cd3.
* gnu: ruby-yard: Fix typo in source URI.Mark H Weaver2017-01-08
| | | | | | This is a followup to commit 6499893ef82b85e9ba67b9e086e82644b94a55bb. * gnu/packages/ruby.scm (ruby-yard)[source][uri]: Fix typo.
* gnu: ruby-yard: Update to 0.9.6.Ben Woodcroft2017-01-08
| | | | | | | | | | * gnu/packages/ruby.scm (ruby-yard): Update to 0.9.6. [source]: Use 'GitHub' source. [arguments]: Run tests without 'Rakefile'. [native-inputs]: Replace 'ruby-rspec-2' with ruby-rspec'. * gnu/packages/patches/ruby-yard-fix-skip-of-markdown-tests.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: linux-libre: Update to 4.9.1.Mark H Weaver2017-01-07
| | | | | | | | | | * gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash) (linux-libre): Update to 4.9.1. * gnu/packages/linux-libre-4.8-x86_64.conf, gnu/packages/linux-libre-4.8-i686.conf: Delete files. * gnu/packages/linux-libre-4.9-x86_64.conf, gnu/packages/linux-libre-4.9-i686.conf: New files. * Makefile.am (KCONFIGS): Update accordingly.
* gnu: linux-libre@4.4: Update to 4.4.40.Mark H Weaver2017-01-07
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.40.
* gnu: python-pygpgme: Fix build failure.Leo Famulari2017-01-07
| | | | | | * gnu/packages/patches/python-pygpgme-fix-pinentry-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnupg.scm (python-pygpgme, python2-pygpgme)[source]: Use it.
* gnu: econnman: Add missing input.Clément Lassieur2017-01-07
| | | | | | * gnu/packages/connman.scm (econnman)[inputs]: Add python2-dbus. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gnome-mpv: Update to 0.11.Alex Griffin2017-01-07
| | | | | | * gnu/packages/video.scm (gnome-mpv): Update to 0.11. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gpgme: Patch CMake files.Thomas Danckaert2017-01-07
| | | | | | | * gnu/packages/gnupg.scm (gpgme)[arguments]: Substitute '@libsuffix@' by '.so'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: zlib: Fix alternate download URL.Ludovic Courtès2017-01-07
| | | | * gnu/packages/compression.scm (zlib)[source](uri): Update SourceForge URL.