aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* mapped-devices: Make RAID device opening message clearer.•••* gnu/system/mapped-devices.scm (open-raid-device): Rename 'source' to 'sources'. Make 'waiting' message more informative. (close-raid-device): Rename 'source' to 'sources'. Ludovic Courtès2016-08-02
* mapped-devices: Do not always use (gnu build file-systems).•••Fixes <http://bugs.gnu.org/24129>. Reported by myglc2 <myglc2@gmail.com>. * gnu/system/mapped-devices.scm (device-mapping-service-type): Remove 'modules' field from 'shepherd-service' form. (open-luks-device): Add 'use-modules' form. Ludovic Courtès2016-08-02
* gnu: kde-frameworks: Remove kde-frameworks-version.•••* gnu/packages/kde-frameworks (kde-frameworks-version): Delete variable. (kwindowsystem)[version]: Replace kde-frameworks-version with version string. (oxygen-icons)[version]: Replace kde-frameworks-version with version string. David Craven2016-08-02
* lint: 'inputs-should-be-native' checks for extra-cmake-modules and qttools.•••* guix/scripts/lint.scm (check-inputs-should-be-native): Warn when extra-cmake-modules or qttools isn't a native-input. David Craven2016-08-02
* gnu-maintenance: Add KDE updater.•••* guix/gnu-maintenance.scm (kde-package?, latest-kde-release): New private functions. (%kde-updater): New public variable. * guix/scripts/refresh.scm (list-updaters): Add %kde-updater. * doc/guix.texi (Invoking guix refresh): Mention the new updater. David Craven2016-08-02
* download: Add KDE mirrors.•••* guix/download.scm (%mirrors)[kde]: Add kde mirrors. David Craven2016-08-02
* gnu: network-manager: Propagate GLIB.•••* gnu/packages/gnome.scm (network-manager)[propagated-inputs]: Add glib. David Craven2016-08-02
* gnu: powwow: Use HTTPS download.•••* gnu/packages/games.scm (powwow)[source]: Use HTTPS URL. Andreas Enge2016-08-02
* gnu: vdirsyncer: Update to 0.11.3.•••* gnu/packages/dav.scm (vdirsyncer): Update to 0.11.3. Leo Famulari2016-08-01
* gnu: Add supertux.•••* gnu/packages/games.scm (supertux): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> nee2016-08-01
* gnu: htop: Update to 2.0.2.•••* gnu/packages/admin.scm (htop): Update to 2.0.2. Leo Famulari2016-08-01
* Merge branch 'core-updates'Ludovic Courtès2016-08-01
* gnu: openssh: Update to 7.3p1.•••* gnu/packages/ssh.scm (openssh): Update to 7.3p1. [source]: Remove patches. * gnu/packages/patches/openssh-CVE-2015-8325.patch, gnu/packages/patches/openssh-CVE-2016-6210-1.patch, gnu/packages/patches/openssh-CVE-2016-6210-2.patch, gnu/packages/patches/openssh-CVE-2016-6210-3.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. Mark H Weaver2016-08-01
* gnu: red-eclipse: Replace string with version number variable.•••* gnu/packages/games.scm (red-eclipse)[phases]: Replace it. Kei Kebreau2016-08-01
* publish: Do not compress already-compressed files.•••* guix/scripts/publish.scm (narinfo-string): Force %NO-COMPRESSION when STORE-PATH matches 'compressed-file?'. * guix/utils.scm (compressed-file?): New procedure. * tests/publish.scm ("/*.narinfo for a compressed file"): New test. Ludovic Courtès2016-08-01
* gnu: red-eclipse: Add example server configuration file to config•••directory. * gnu/packages/games.scm (red-eclipse)[phases]: Add server configuration file. Kei Kebreau2016-08-01
* gnu: red-eclipse: Update to 1.5.5.•••* gnu/packages/games.scm (red-eclipse): Update to 1.5.5. [arguments]: Adjust phases. [inputs]: Use sdl2. Kei Kebreau2016-08-01
* gnu: dmidecode: Update to 3.0.•••* gnu/packages/admin.scm (dmidecode): Update to 3.0. [arguments]: Use ’modify-phases’ instead of ‘alist-delete’. Kei Kebreau2016-08-01
* gnu: Add trio.•••* gnu/packages/code.scm (trio): New variable. Ricardo Wurmus2016-08-01
* gnu: ruby-ffi: Update to 1.9.14.•••* gnu/packages/ruby.scm (ruby-ffi): Update to 1.9.14. Ben Woodcroft2016-08-01
* gnu: ruby-nokogiri: Update to 1.6.8.•••* gnu/packages/ruby.scm (ruby-nokogiri): Update to 1.6.8. [arguments]: Remove 'update-dependency' phase. Add 'patch-extconf' phase. [native-inputs]: Remove ruby-rake-compiler. [propagated-inputs]: Add ruby-pkg-config. Ben J Woodcroft2016-08-01
* gnu: Add ruby-pkg-config.•••* gnu/packages/ruby.scm (ruby-pkg-config): New variable. Ben J Woodcroft2016-08-01
* gnu: openssh: Add dependency on xauth.•••Partly fixes <http://bugs.gnu.org/23317>. Reported by Danny Milosavljevic <dannym@scratchpost.org>. * gnu/packages/ssh.scm (openssh)[inputs]: Add XAUTH. Ludovic Courtès2016-08-01
* gnu: linux-libre@4.1: Update to 4.1.29.•••* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.29. Mark H Weaver2016-07-31
* gnu: Add libgnomekbd.•••* gnu/packages/gnome.scm (libgnomekbd): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> ng02016-08-01
* gnu: Add s6-linux-utils.•••* gnu/packages/skarnet.scm (s6-linux-utils): New variable. Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Ludovic Courtès <ludo@gnu.org> Eric Le Bihan2016-08-01
* gnu: Add s6-portable-utils.•••* gnu/packages/skarnet.scm (s6-portable-utils): New variable. Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Ludovic Courtès <ludo@gnu.org> Eric Le Bihan2016-08-01
* gnu: Add s6-rc.•••* gnu/packages/skarnet.scm (s6-rc): New variable. Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Ludovic Courtès <ludo@gnu.org> Eric Le Bihan2016-08-01
* gnu: units: Update to 2.13.•••* gnu/packages/maths.scm (units): Update to 2.13. Ludovic Courtès2016-08-01
* gnu: Add Go 1.6.•••* gnu/packages/golang.scm (go-1.6): New variable. Co-authored-by: Efraim Flashner <efraim@flashner.co.il> Co-authored-by: Andy Wingo <wingo@igalia.com> Co-authored-by: Ludovic Courtès <ludo@gnu.org> Matthew Jordan2016-08-01
* gnu: imagemagick: Update to 6.9.5-4 [fixes CVE-2016-6491].•••* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.5-4. Leo Famulari2016-07-31
* gnu: openttd: Update to 1.6.1.•••* gnu/packages/games.scm (openttd): Update to 1.6.1 and expand the package description. Signed-off-by: Andreas Enge <andreas@enge.fr> Albin Söderqvist2016-07-31
* gnu: mutt: Update to 1.6.2.•••* gnu/packages/mail.scm(mutt): Update to 1.6.2. Tomáš Čech2016-07-30
* gnu: Add python-pygame.•••* gnu/packages/game-development.scm (python-pygame): New variable. Kei Kebreau2016-07-30
* gnu: Add libsmpeg.•••* gnu/packages/video.scm (libsmpeg): New variable. Kei Kebreau2016-07-30
* emacs: Disable grafts when dry-run is enabled.•••* emacs/guix-main.scm (process-package-actions): Set grafting according to 'dry-run?'. * guix/scripts.scm (build-package): Disable grafts when 'dry-run?' is #t. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Alex Kost2016-07-30
* gnu: stellarium: Improve description.•••Suggested by Danny Milosavljevic <dannym@scratchpost.org>. * gnu/packages/education.scm (stellarium)[description]: Mention telescope tracking. Leo Famulari2016-07-30
* gnu: diamond: Update to 0.8.17.•••* gnu/packages/bioinformatics.scm (diamond): Update to 0.8.17. Ben Woodcroft2016-07-30
* gnu: gnunet-gtk: Configure with gnunet path.•••* gnun/packages/gnunet.scm (gnunet-gtk)[arguments]: Add '--with-gnunet' to #:configure-flags. Signed-off-by: 宋文武 <iyzsong@gmail.com> ng02016-07-30
* gnu: Add tuxpaint-config.•••* gnu/packages/games.scm (tuxpaint-config): New variable. Eric Bavier2016-07-29
* gnu: Add tuxpaint-stamps.•••* gnu/packages/games.scm (tuxpaint-stamps): New variable. Eric Bavier2016-07-29
* gnu: Add Tux Paint.•••* gnu/packages/games.scm (tuxpaint): New variable. * gnu/packages/patches/tuxpaint-stamps-path.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. Eric Bavier2016-07-29
* gnu: beets: Update to 1.3.19.•••* gnu/packages/music.scm (beets): Update to 1.3.19. [source]: Remove patch to skip failing tests. * gnu/packages/patches/beets-image-test-failure.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Signed-off-by: Leo Famulari <leo@famulari.name> Alex Griffin2016-07-29
* gnu: python-protobuf: Update to 3.0.0.•••* gnu/packages/protobuf.scm (python-protobuf, python2-protobuf): Update to 3.0.0. Leo Famulari2016-07-29
* gnu: btrfs-progs: Update to 4.6.1•••* gnu/packages/linux.scm (btrfs-progs): Update to 4.6.1. [native-inputs]: Add WHICH. Leo Famulari2016-07-29
* gnu: gd: Add fix for gd2_read test.•••* gnu/packages/patches/gd-fix-gd2-read-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gd.scm (gd)[source]: Add patch. Mark H Weaver2016-07-29
* gnu: protobuf: Update to 2.6.1.•••* gnu/packages/protobuf.scm (protobuf): Update to 2.6.1. [source]: Update to new upstream URL. Leo Famulari2016-07-29
* size: Fix corner case with multiple items on the command line.•••Fixes 'guix size foo bar' when 'foo' is in the local store and 'bar' isn't, which could lead to an incomplete requisite list. * guix/scripts/size.scm (requisites*): Partition ITEMS according to 'valid-path?'. Use 'substitutable-requisites' only on invalid items. Ludovic Courtès2016-07-29
* Revert "gnu: gd: Add fix for gd2_read test."•••This reverts commit ce290354ec4e97003be5f56042e55b36831818c1. Mark H Weaver2016-07-29
* gnu: gd: Add fix for gd2_read test.•••* gnu/packages/patches/gd-fix-gd2-read-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gd.scm (gd)[source]: Add patch. Mark H Weaver2016-07-29