summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* daemon: Add '--timeout' and '--max-silent-time'.Ludovic Courtès2017-06-04
| | | | | | | | | | | | | * nix/nix-daemon/guix-daemon.cc (GUIX_OPT_TIMEOUT) (GUIX_OPT_MAX_SILENT_TIME): New macros. * nix/nix-daemon/guix-daemon.cc (options): Add '--timeout' and '--max-silent-time'. (parse_opt): Honor them. * tests/guix-daemon.sh: Add test. * doc/guix.texi (Invoking guix-daemon): Document the options. (Common Build Options): Properly describe default timeout/max-silent-time value. Add cross-ref to "Invoking guix-daemon".
* gnu: Add cataclysm-dda.Kei Kebreau2017-06-03
| | | | * gnu/packages/games.scm (cataclysm-dda): New variable.
* gnu: allegro: Update to 5.2.2.0.Efraim Flashner2017-06-03
| | | | * gnu/packages/game-development.scm (allegro): Update to 5.2.2.0.
* gnu: allegro: Update source uris.Efraim Flashner2017-06-03
| | | | | * gnu/packages/game-development.scm (allegro@5.2, allegro@5.0, allegro@4.4)[source]: Update source uris.
* file-systems: Improve error handling in the iso9660 case - fixes boot problem.Danny Milosavljevic2017-06-03
| | | | * gnu/build/file-systems.scm (read-iso9660-superblock): Modify.
* gnu: freeciv: Update to 2.5.7.Efraim Flashner2017-06-03
| | | | | * gnu/packages/games.scm (freeciv): Update to 2.5.7. [source]: Update uri list.
* gnu: Remove old vtk module dependence in image-processing.scm.Julien Lepiller2017-06-03
| | | | * gnu/packages/image-processing.scm: Remove old vtk module dependence.
* gnu: wine: Update to 2.9Rutger Helling2017-06-03
| | | | | | * gnu/packages/wine.scm (wine): Update to 2.9 Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: slop: Update to 6.3.41.Marius Bakke2017-06-03
| | | | * gnu/packages/xdisorg.scm (slop): Update to 6.3.41.
* licenses: Add CC-BY 4.0.Marius Bakke2017-06-03
| | | | * guix/licenses.scm (cc-by4.0): New variable.
* gnu: mcelog: Update to 152.Tobias Geerinckx-Rice2017-06-03
| | | | * gnu/packages/linux.scm (mcelog): Update to 152.
* gnu: linux-libre@4.1: Update to 4.1.40.Mark H Weaver2017-06-03
| | | | * gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.40.
* gnu: grub: Run tests sequentially.Ludovic Courtès2017-06-03
| | | | | | | Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com> at <http://bugs.gnu.org/26936>. * gnu/packages/bootloaders.scm (grub)[arguments]: Add #:parallel-tests?.
* gnu: sudo: Update to 1.8.20p2.Marius Bakke2017-06-03
| | | | * gnu/packages/admin.scm (sudo): Update to 1.8.20p2.
* gnu: re2: Update to 2017-06-01.Marius Bakke2017-06-03
| | | | * gnu/packages/regex.scm (re2): Update to 2017-06-01.
* .mailmap: Add another alias for ng0.ng02017-06-03
| | | | Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: neomutt: Update to 20170602.ng02017-06-03
| | | | | | * gnu/packages/mail.scm (neomutt): Update to 20170602. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* substitute: Do not display the installed size.Ludovic Courtès2017-06-02
| | | | | * guix/scripts/substitute.scm (process-substitution): Do not show the installed size in the "Downloading" message.
* ui: 'show-what-to-build' warns when we don't have enough disk space.Ludovic Courtès2017-06-02
| | | | | | * guix/ui.scm (check-available-space): New procedure. (show-what-to-build): Compute 'installed-size' and call 'check-available-space'.
* syscalls: Provide 'free-disk-space'.Ludovic Courtès2017-06-02
| | | | | | * guix/build/syscalls.scm (free-disk-space): New procedure. * guix/scripts/gc.scm (guix-gc)[ensure-free-space]: Use it instead of 'statfs'.
* ui: 'show-what-to-build' displays how much will be downloaded.Ludovic Courtès2017-06-02
| | | | | | * guix/ui.scm (show-what-to-build)[download-size] [display-download-size?]: New variables. Add cases for when DISPLAY-DOWNLOAD-SIZE? is true.
* derivations: 'derivation-prerequisites-to-build' returns <substitutable>.Ludovic Courtès2017-06-02
| | | | | | | | | | | | | | | | * guix/derivations.scm (derivation-prerequisites-to-build): Rename #:substitutable? to #:substitutable-info. [derivation-substitutable?]: Rename to... [derivation-substitutable-info]: ... this. Return a list of <substitutable>. Second return value is now a list of <substitutable> instead of a list of strings. * guix/ui.scm (show-what-to-build)[substitutable?]: Rename to... [substitutable-info]: ... this. Adjust to new 'derivation-prerequisites-to-build' return value type. * tests/derivations.scm ("derivation-prerequisites-to-build and substitutes"): Adjust. ("derivation-prerequisites-to-build and substitutes, local build"): Likewise.
* derivations: 'substitution-oracle' returns a <substitutable>.Ludovic Courtès2017-06-02
| | | | | | | | | * guix/derivations.scm (substitution-oracle): Use 'substitution-path-info' instead of 'substitution-paths'. Turn SUBST into a vhash from path to <substitutable>. Change the returned procedure to provide a <substitutable> instead of a Boolean. * tests/derivations.scm ("substitution-oracle and #:substitute? #f"): Mock 'substitutable-path-info' instead of 'substitutable-paths'.
* gnu: Move vtk to image-processing.scm.John Darrington2017-06-02
| | | | | | | | * gnu/packages/image-processing.scm (vtk): New variable. * gnu/packages/vtk.scm: Delete file. * gnu/local.mk (GNU_SYSTEM_MODULES): Remove it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* tests: Remove 't-profile-alt-*-link' files.Ludovic Courtès2017-06-02
| | | | | | | Reported by myglc2 <myglc2@gmail.com> at <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=27137#11>. * tests/guix-package-net.sh: In the trap, remove $profile_alt-[0-9]*.
* gnu: mutt: Update to 1.8.3.Leo Famulari2017-06-02
| | | | * gnu/packages/mail.scm (mutt): Update to 1.8.3.
* gnu: Add archivemountRutger Helling2017-06-02
| | | | * gnu/packages/linux.scm (archivemount): New variable.
* gnu: Update retroarch to 1.6.0.Rutger Helling2017-06-02
| | | | * gnu/packages/games.scm (retroarch): Update to 1.6.0.
* gnu: Add kaiju.Roel Janssen2017-06-02
| | | | * gnu/packages/bioinformatics.scm (kaiju): New variable.
* gnu: python-gpg: Use explicit version 1.8.0 instead of GPGME's.Ivan Vilata-i-Balaguer2017-06-01
| | | | | | | | | | | | GPGME defines version 1.9.0, which isn't yet available for python-gnupg, whose latest version is 1.8.0, so we use that explicitly instead. Fixes <https://bugs.gnu.org/26610>. * gnu/packages/gnupg.scm (python-gpg, python2-gpg): Use explicit version 1.8.0 instead of GPGME's version. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add uglify-js.Ricardo Wurmus2017-06-01
| | | | * gnu/packages/lisp.scm (uglify-js): New variable.
* gnu: Add sbcl-cl-uglify-js.Ricardo Wurmus2017-06-01
| | | | * gnu/packages/lisp.scm (sbcl-cl-uglify-js): New variable.
* gnu: Add sbcl-iterate.Ricardo Wurmus2017-06-01
| | | | * gnu/packages/lisp.scm (sbcl-iterate): New variable.
* gnu: Add sbcl-parse-number.Ricardo Wurmus2017-06-01
| | | | * gnu/packages/lisp.scm (sbcl-parse-number): New variable.
* gnu: Add sbcl-parse-js.Ricardo Wurmus2017-06-01
| | | | * gnu/packages/lisp.scm (sbcl-parse-js): New variable.
* gnu: Add sbcl-cl-ppcre-unicode.Ricardo Wurmus2017-06-01
| | | | * gnu/packages/lisp.scm (sbcl-cl-ppcre-unicode): New variable.
* gnu: Add open-adventure.ng02017-06-01
| | | | | | * gnu/packages/games.scm (open-adventure): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: qt: Update to 5.9.0.Efraim Flashner2017-06-01
| | | | | | | | | | | | | | | | * gnu/packages/qt.scm (qtbase, qtsvg, qtimageformats, qtx11extras, qtxmlpatterns, qtdeclarative, qtconnectivity, qtwebsockets, qtsensors, qtmultimedia, qtwayland, qtserialport, qtserialbus, qtwebchannel, qtlocation, qttools, qtscript, qtquickcontrols, qtquickcontrols2, qtgraphicaleffects, qtgamepad, qtscxml, qtpurchasing, qtcanvas3d, qtcharts, qtdatavis3d, qtwebkit): Update to 5.9.0. (qtbase)[source]: Remove bundled freetype, libpng, libjpeg, pcre2, xcb, xkbcommon, zlib. [inputs]: Remove pcre, add pcre2. [arguments]: Add configure flag to use system pcre, update flag to not compile examples. (qtwayland)[source]: Remove examples in a snippet. (qtlocation)[inputs]: add icu4c, openssl, zlib.
* gnu: font-comic-neue: Prevent hidden files from being installed.Arun Isaac2017-06-02
| | | | | * gnu/packages/fonts.scm (font-comic-neue)[arguments]: Add 'delete-macosx-files' phase.
* gnu: font-cns11643: Use 'font-build-system'.Brendan Tildesley2017-06-01
| | | | | | | * gnu/packages/fonts.scm (font-cns16643): Switch to 'font-build-system'. [outputs]: Combine all outputs into one. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: font-cns11643: Update to 98.1.20170524.Brendan Tildesley2017-06-01
| | | | | | * gnu/packages/fonts.scm (font-cns11643): Update to 98.1.20170524. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: mariadb: Update to 10.1.24.Marius Bakke2017-06-01
| | | | | | Release notes: https://mariadb.com/kb/en/mariadb/mariadb-10124-release-notes/ * gnu/packages/databases.scm (mariadb): Update to 10.1.24.
* gnu: maim: Update to 5.4.63.Marius Bakke2017-06-01
| | | | * gnu/packages/xdisorg.scm (maim): Update to 5.4.63.
* gnu: slop: Update to 6.3.40.Marius Bakke2017-06-01
| | | | * gnu/packages/xdisorg.scm (slop): Update to 6.3.40.
* gnu: notmuch: Update to 0.24.2.Marius Bakke2017-06-01
| | | | * gnu/packages/mail.scm (notmuch): Update to 0.24.2.
* gnu: font-comic-neue: Add fontconfig alias.Alex Griffin2017-06-01
| | | | | | | | * gnu/packages/fonts.scm (font-comic-neue): Add fontconfig alias for "Comic Sans MS". [arguments]: Add new 'install-conf' phase. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: font-comic-neue: Use 'font-build-system'.Alex Griffin2017-06-01
| | | | | | | | | * gnu/packages/fonts.scm (font-comic-neue): Switch to 'font-build-system'. Re-indent. [source]: Use url-fetch/zipbomb. [native-inputs]: Remove dependency on unzip. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: font-cns11643-swjz: Use 'font-build-system'.Brendan Tildesley2017-06-01
| | | | | | * gnu/packages/fonts.scm (font-cns11643-swjz): Switch to 'font-build-system'. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: par2cmdline: Update to 0.7.1.Brendan Tildesley2017-06-01
| | | | | | | * gnu/packages/backup.scm (par2cmdline): Update to 0.7.1. [arguments]: Parallel tests work now; reenable them. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: font-liberation: Use 'font-build-system'.ng02017-06-01
| | | | | | * gnu/packages/fonts.scm (font-liberation): Switch to 'font-build-system'. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>