summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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>
* gnu: font-dejavu: Fix the switch to 'font-build-system'.ng02017-06-01
| | | | | | | | This is a follow-up to commit 2e8840194121be6042502f363f143a4faeceb00e. * gnu/packages/fonts.scm (font-dejavu): Remove 'trivial-build-system' line. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: font-awesome: Use 'font-build-system'.ng02017-06-01
| | | | | | | * gnu/packages/fonts.scm (font-awesome): Switch to 'font-build-system'. [source]: The package was updated in place, so hash has changed. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: sicp: Add the HTML version.Clément Lassieur2017-06-01
| | | | | * gnu/packages/scheme.scm (sicp)[arguments]: Copy the HTML directory to the output.
* gnu: emacs-let-alist: Use 'emacs-build-system'.Alex Kost2017-06-01
| | | | | * gnu/packages/emacs.scm (let-alist): Use 'emacs-build-system'. [arguments, native-inputs]: Remove.
* gnu: emacs-paredit: Use 'emacs-build-system'.Alex Kost2017-06-01
| | | | | * gnu/packages/emacs.scm (paredit): Use 'emacs-build-system'. [arguments, native-inputs]: Remove.
* gnu: git-modes: Use 'emacs-build-system'.Alex Kost2017-06-01
| | | | | * gnu/packages/emacs.scm (git-modes): Use 'emacs-build-system'. [arguments, native-inputs]: Remove.
* gnu: Add python-xsge.Kei Kebreau2017-05-31
| | | | | * gnu/packages/game-development.scm (python-xsge, python2-xsge): New variables.
* gnu: font-go: Use 'font-build-system'.Alex Griffin2017-05-31
| | | | | | | * gnu/packages/fonts.scm (font-go): Switch to font-build-system. Re-indent. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: font-iosevka: Use 'font-build-system'.Alex Griffin2017-05-31
| | | | | | | | | | Fixes <https://bugs.gnu.org/27172>. * gnu/packages/fonts.scm (font-iosevka): Switch to font-build-system. [source]: Use url-fetch/zipbomb. [native-inputs]: Remove dependency on unzip. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* build: font: Support font collection files.Alex Griffin2017-05-31
| | | | | | | * guix/build/font-build-system.scm (install): Support TrueType Collection (TTC) and OpenType Collection (OTC) files. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>