summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Add vulkan-headers.Rutger Helling2018-07-03
| | | | * gnu/packages/vulkan.scm (vulkan-headers): New variable.
* gnu: openrct2: Update to 0.2.0.Rutger Helling2018-07-03
| | | | | | | * gnu/packages/games.scm (openrct2): Update to 0.2.0. [configure-flags]: Add -DDOWNLOAD_OBJECTS=OFF configure flag. [arguments]: Add 'fixgcc7, 'get-rid-of-errors phases. [native-inputs]: Add gcc@7.
* gnu: dolphin-emu: Update to commit 806c1ee.Rutger Helling2018-07-03
| | | | | | | * gnu/packages/emulators.scm (dolphin-emu): Update to commit 806c1ee. [source]: Don't delete removed externals. [arguments]: Remove unused variables. [inputs]: Add 'pugixml. Remove 'wxwidgets-gtk2-3.1.
* gnu: Add keynav.Oleg Pykhalov2018-07-03
| | | | * gnu/packages/xorg.scm (keynav): New variable.
* import: elpa: Check if 'fetch-elpa-package' rest argument is null.Oleg Pykhalov2018-07-03
| | | | * guix/import/elpa.scm (fetch-elpa-package): Check if 'rest' is null.
* bash completion: Complete files names after 'guix weather -m'.Oleg Pykhalov2018-07-03
| | | | | * etc/completion/bash/guix (_guix_complete): Complete files names after 'guix weather -m'.
* bash completion: Complete files names after 'guix build -L'.Oleg Pykhalov2018-07-03
| | | | | * etc/completion/bash/guix (_guix_complete): Complete files names after 'guix build -L'.
* gnu: units: Update to 2.17.Kei Kebreau2018-07-02
| | | | * gnu/packages/maths.scm (units): Update to 2.17.
* gnu: icedtea Work around gcc segfault.Gábor Boskovits2018-07-03
| | | | | * gnu/packages/java.scm (icedtea-8)[native-inputs]: Add icedtea-7 patch to hotspot.
* gnu: libgit2: Update to 0.26.4 [fixes CVE-2018-11235].Leo Famulari2018-07-02
| | | | | | | | * gnu/packages/version-control.scm (libgit2): Update to 0.26.4. (source): Adjust patch name. * gnu/packages/patches/libgit2-0.25.1-mtime-0.patch: Rename to ... * gnu/packages/patches/libgit2-mtime-0.patch: ... this. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu: icedtea: Work around gcc segfault.Gábor Boskovits2018-07-03
| | | | | | | * gnu/packages/java.scm (icedtea-7)[native-inputs]: Add patch to hotspot. * gnu/packages/patches/icedtea-7-hotspot-gcc-segfault-workaround.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* deduplication: Place link files under /gnu/store/.links.Ludovic Courtès2018-07-03
| | | | | | | | | | | | Previously they'd always be placed next to TO-REPLACE, which would lead to EPERM in some cases. * guix/store/deduplication.scm (replace-with-link): Add #:swap-directory parameter and honor it. Add call to 'make-file-writable'. Catch 'system-error' around 'rename-file'. (deduplicate): Pass #:swap-directory and remove uses of 'false-if-system-error'. * tests/store-deduplication.scm ("deduplicate"): Add 'chmod' call.
* deduplication: Fix incorrect use of 'throw'.Ludovic Courtès2018-07-03
| | | | | * guix/store/deduplication.scm (get-temp-link): In handler, fix call to 'throw'.
* guix system: init: Check the available space before copying.Ludovic Courtès2018-07-03
| | | | | * guix/scripts/system.scm (copy-closure): Call 'query-path-info*' on TO-COPY and REFS. Compute the total size. Call 'check-available-space'.
* ui: Make 'check-available-space' public.Ludovic Courtès2018-07-03
| | | | | * guix/ui.scm (check-available-space): Add optional 'directory' parameter, defaulting to (%store-prefix). Honor it. Make public.
* store: Add 'query-path-info*'.Ludovic Courtès2018-07-03
| | | | | * guix/scripts/size.scm (query-path-info*): Move to... * guix/store.scm (query-path-info*): ... here.
* packages: Optimize 'package-transitive-supported-systems'.Ludovic Courtès2018-07-03
| | | | | | | | | | | This version is 13% faster than the one above when timing: (fold-packages (lambda (p x) (package-transitive-supported-systems p)) '()) * guix/packages.scm (package-transitive-supported-systems): Make 'systems' a set instead of calling 'lset-intersection' repeatedly.
* gnu: python-duniterpy: Change module.Nicolas Goaziou2018-07-02
| | | | | * gnu/packages/python-crypto.scm (python-duniterpy): Move... * gnu/packages/finance.scm: ... here.
* gnu: python-pylibscrypt: Improve speed.Nicolas Goaziou2018-07-02
| | | | | | | | | * gnu/packages/python-crypto.scm (python-pylibscrypt): Use "libscrypt" implementation instead of "openssl". "hashlib.scrypt" requires Python 3.6+ and OpenSSL 1.1+. Since Python is built with OpenSSL 1.0, the library is unavailable. "pylibscrypt" defaults to a slow pure Python implementation. Instead, rely on the much faster "libscrypt".
* gnu: Add libscrypt.Nicolas Goaziou2018-07-02
| | | | * gnu/packages/crypto.scm (libscrypt): New variable.
* gnu: Add freedink-dfarc.Kei Kebreau2018-07-02
| | | | * gnu/packages/games.scm (freedink-dfarc): New variable.
* gnu: bambam: Don't use unstable tarball.Tobias Geerinckx-Rice2018-07-02
| | | | * gnu/packages/games.scm (bambam)[source]: Use GIT-FETCH.
* gnu: zstd: Update to 1.3.5.Tobias Geerinckx-Rice2018-07-02
| | | | | | | | * gnu/packages/compression.scm (zstd): Update to 1.3.5. [source]: Add two patches to make the test suite pass. * gnu/packages/patches/zstd-fix-stdin-list-without-tty.patch, gnu/packages/patches/zstd-fix-stdin-list-test.patch: New files. * gnu/local.mk (dist_patch_DATA): Add both.
* gnu: acpica: Update to 20180629.Tobias Geerinckx-Rice2018-07-02
| | | | * gnu/packages/admin.scm (acpica): Update to 20180629.
* gnu: Remove duplicate imports from (gnu packages graphics).Tobias Geerinckx-Rice2018-07-02
| | | | | * gnu/packages/graphics.scm (define-module): Remove duplicate module imports. Order the remainers alphabetically.
* gnu: bambam: Update to 0.6.Tobias Geerinckx-Rice2018-07-02
| | | | * gnu/packages/games.scm (bambam): Update to 0.6.
* gnu: teeworlds: Add missing dependency.Tim Gesthuizen2018-07-02
| | | | | | * gnu/packages/games.scm (teeworlds)[native-inputs]: Add pkg-config. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add silkaj.Nicolas Goaziou2018-07-02
| | | | * gnu/packages/finance.scm (silkaj): New variable.
* gnu: Add python-scrypt.Nicolas Goaziou2018-07-02
| | | | * gnu/packages/python-crypto.scm (python-scrypt): New variable.
* gnu: Add python-commandlines.Nicolas Goaziou2018-07-02
| | | | * gnu/packages/python.scm (python-commandlines): New variable.
* gnu: java-hamcrest-all: Add java-hamcrest-core to inputs.Ricardo Wurmus2018-07-02
| | | | | | | Fixes <https://debbugs.gnu.org/31390>, probably. * gnu/packages/java.scm (java-hamcrest-all)[inputs]: Add java-hamcrest-core. [arguments]: Add java-hamcrest-core to the build-time classpath.
* self: Build with Guile 2.2.4.Ludovic Courtès2018-07-02
| | | | | * guix/self.scm (guile-for-build): In the "2.2" case, choose GUILE-2.2.4.
* self: Use #:guile-for-build in the shebang of the 'guix' executable.Ludovic Courtès2018-07-02
| | | | | | * guix/self.scm (guix-command): Add #:guile and pass it to 'program-file'. (whole-package): Add #:guile and pass it to 'guix-command'. (compiled-guix): Pass #:guile to 'guix-command' and 'whole-package'.
* utils: Micro-optimize 'source-properties->location'.Ludovic Courtès2018-07-02
| | | | | * guix/utils.scm (source-properties->location): Destructure LOC with 'match', adding a fast path without 'assq-ref' calls.
* utils: Disable memoization for 'location'.Ludovic Courtès2018-07-02
| | | | | | This was getting 25% hits, which did not quite justify the overhead. * guix/utils.scm (location): Remove 'mlambda'.
* gnu: guile: Add version 2.2.4.Ludovic Courtès2018-07-02
| | | | * gnu/packages/guile.scm (guile-2.2.4): New variable.
* gnu: icedtea: Work around gcc segfault.Gábor Boskovits2018-07-02
| | | | | | | | | * gnu/packages/java.scm (icedtea-6)[arguments]: Modify phases to extract hostspot, as after the patching it becomes an archive. [native-inputs]: add patch to hotspot-src. * gnu/packages/patches/icedtea-6-hotspot-gcc-segfault-workaround.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* Revert "gnu: icedtea-7: Build with gcc-4.9."Gábor Boskovits2018-07-02
| | | | This reverts commit bc73f673e80e9134ee7620516f2e29c0c46db35f.
* gnu: cdogs-sdl: Update to 0.6.7.Tobias Geerinckx-Rice2018-07-02
| | | | | * gnu/packages/games.scm (cdogs-sdl): Update to 0.6.7. [source]: Use version tag.
* gnu: godot: Don't use unstable tarball.Tobias Geerinckx-Rice2018-07-02
| | | | * gnu/packages/game-development.scm (godot)[source]: Use GIT-FETCH.
* gnu: godot: Update to 3.0.4.Tobias Geerinckx-Rice2018-07-02
| | | | * gnu/packages/game-development.scm (godot): Update to 3.0.4.
* gnu: gama: Update to 2.00.Efraim Flashner2018-07-01
| | | | * gnu/pacakges/gps.scm (gama): Update to 2.00.
* gnu: gnu-pw-mgr: Update to 2.3.2.Efraim Flashner2018-07-01
| | | | * gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr): Update to 2.3.2.
* gnu: re2: Update to 2018-07-01.Marius Bakke2018-07-01
| | | | * gnu/packages/regex.scm (re2): Update to 2018-07-01.
* gnu: libraw: Enable optional functionality.Marius Bakke2018-07-01
| | | | | | * gnu/packages/photo.scm (libraw)[native-inputs]: Add PKG-CONFIG. [inputs]: Add LIBJPEG-8. [propagated-inputs]: Add LCMS.
* gnu: libraw: Correct license.Marius Bakke2018-07-01
| | | | | * gnu/packages/photo.scm (libraw)[license]: Change from LGPL2.1+ to LGPL2.1. Add CDDL1.0.
* gnu: libraw: Update to 0.19.0.Marius Bakke2018-07-01
| | | | * gnu/packages/photo.scm (libraw): Update to 0.19.0.
* gnu: emacs-browse-at-remote: Update to 0.10.0.Oleg Pykhalov2018-07-01
| | | | | | * gnu/packages/emacs.scm (emacs-browse-at-remote): Update to 0.10.0. * gnu/packages/patches/emacs-browse-at-remote-cgit-gnu.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: musescore: Update to 2.3.Nicolas Goaziou2018-07-01
| | | | | | * gnu/packages/music.scm (musescore): Update to 2.3. [source]: Switch to a more stable location. [arguments]: Remove a fix applied upstream.
* gnu: Add guile-hall.Alex Sassmannshausen2018-07-01
| | | | * gnu/packages/guile.scm (guile-hall): New variable.