summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* nls: Update 'fr' translation.Julien Lepiller2018-07-04
|
* gnu: ledger: Use HTTPS home page URI.Arun Isaac2018-07-04
| | | | * gnu/packages/finance.scm (ledger)[home-page]: Use HTTPS URI.
* gnu: ledger: Use invoke and fix #t return.Arun Isaac2018-07-04
| | | | | | * gnu/packages/finance.scm (ledger)[arguments]: Replace system* with invoke in build-doc phase. Remove #t return from relocate-elisp phase since emacs-generate-autoloads already returns #t.
* gnu: ledger: Skip failing test.Arun Isaac2018-07-04
| | | | | | * gnu/packages/finance.scm (ledger)[arguments]: Set #:make-flags to skip failing test BaselineTest_cmd-org. Replace check phase with the check phase from gnu-build-system.
* gnu: qtox: Update to 1.16.0.Rutger Helling2018-07-04
| | | | * gnu/packages/messaging.scm (qtox): Update to 1.16.0.
* gnu: clutter-gtk: Update to 1.8.4.Tobias Geerinckx-Rice2018-07-04
| | | | * gnu/packages/gnome.scm (clutter-gtk): Update to 1.8.4.
* gnu: totem: Update to 3.26.1.Tobias Geerinckx-Rice2018-07-04
| | | | | | | I did not re-enable #:parallel-build? because I was unable to reproduce the original failure in the first place. * gnu/packages/gnome.scm (totem): Update to 3.26.1.
* gnu: exempi: Update to 2.4.5.Tobias Geerinckx-Rice2018-07-04
| | | | * gnu/packages/freedesktop.scm (exempi): Update to 2.4.5.
* gnu: gtkwave: Update to 3.3.91.Tobias Geerinckx-Rice2018-07-04
| | | | * gnu/packages/fpga.scm (gtkwave): Update to 3.3.91.
* gnu: kicad-library: Update to 4.0.7.Tobias Geerinckx-Rice2018-07-04
| | | | * gnu/packages/engineering.scm (kicad-library): Update to 4.0.7.
* gnu: kicad-library: Return #t from phases.Tobias Geerinckx-Rice2018-07-04
| | | | | * gnu/packages/engineering.scm (kicad-library)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: r-learnr: Update to 0.9.2.1.Tobias Geerinckx-Rice2018-07-04
| | | | * gnu/packages/cran.scm (r-learnr): Update to 0.9.2.1.
* gnu: Add r-loomr.Ricardo Wurmus2018-07-03
| | | | * gnu/packages/bioinformatics.scm (r-loomr): New variable.
* gnu: Add r-itertools.Ricardo Wurmus2018-07-03
| | | | * gnu/packages/cran.scm (r-itertools): New variable.
* gnu: Update stellarium to 0.18.0.Björn Höfling2018-07-03
| | | | | | | | | [[PGP Signed Part:Good signature from BF286CB6593E5FFD Björn Höfling <bjoern.hoefling@bjoernhoefling.de> (trust undefined) created at 2018-06-29T20:39:51+0200 using DSA]] * gnu/packages/astronomy.scm (stellarium): Update to 0.18.0. [home-page]: Update URL. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-helm-system-packages: Update to 1.10.0.Pierre Neidhardt2018-07-03
| | | | | | * gnu/packages/emacs.scm (emacs-helm-system-packages): Update to 1.10.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add pocl.Fis Trivial2018-07-03
| | | | | | * gnu/packages/opencl.scm (pocl): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* tests: basic: Wait for /var/run/shepherd/socket to be ready.Ludovic Courtès2018-07-03
| | | | * gnu/tests/base.scm (run-basic-test)["shepherd socket ready"]: New test.
* Revert "packages: Optimize 'package-transitive-supported-systems'."Ludovic Courtès2018-07-03
| | | | | | | This reverts commit 24420f5ffabfbdbe913a5765e5c00e17de18fb4c. This broke 'package-transitive-supported-systems', which would return the union of supported systems instead of the intersection.
* guix system: Make 'init' idempotent again.Ludovic Courtès2018-07-03
| | | | | | | | | | | | | This fixes a regression introduced in df2f6400b1fbc282ef4d6dd7124ea1c17adc23c2: since the new 'register-path' (actually 'reset-timestamps') would make files read-only, 'delete-file-recursively' would fail to delete them. Thus, re-running 'guix system init' on an already-populated store would fail with a 'delete-file' EPERM. * guix/scripts/system.scm (copy-item): Use 'lstat' instead of 'file-exists?'. Call 'make-file-writable' on each directory below DEST.
* ui: Report file names in 'system-error' exceptions from 'delete-file'.Ludovic Courtès2018-07-03
| | | | * guix/ui.scm (delete-file): New error-reporting wrapper.
* database: 'reset-timestamps' now correctly handles symlinks.Ludovic Courtès2018-07-03
| | | | | * guix/store/database.scm (reset-timestamps): Use 'utime' with AT_SYMLINK_NOFOLLOW for symlinks.
* syscalls: Define AT_SYMLINK_NOFOLLOW et al.Ludovic Courtès2018-07-03
| | | | | | * guix/build/syscalls.scm (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR) (AT_SYMLINK_FOLLOW, AT_NO_AUTOMOUNT, AT_EMPTY_PATH): New variables. * tests/syscalls.scm ("utime with AT_SYMLINK_NOFOLLOW"): New test.
* deduplication: Remove 'false-if-system-error', now unused.Ludovic Courtès2018-07-03
| | | | * guix/store/deduplication.scm (false-if-system-error): Remove.
* gnu: pigx-bsseq: Update to 0.0.10.Ricardo Wurmus2018-07-03
| | | | | * gnu/packages/bioinformatics.scm (pigx-bsseq): Update to 0.0.10. [arguments]: Remove "wrap-executable" phase.
* gnu: pigx-rnaseq: Update to 0.0.4.Ricardo Wurmus2018-07-03
| | | | | * gnu/packages/bioinformatics.scm (pigx-rnaseq): Update to 0.0.4. [arguments]: Remove "wrap-executable" phase.
* gnu: pigx-chipseq: Update to 0.0.20.Ricardo Wurmus2018-07-03
| | | | * gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.20.
* gnu: ikiwiki: Include auto setup files in output.Paul Garlick2018-07-03
| | | | | | * gnu/packages/web.scm(ikiwiki)[arguments]: Add patch-Makefile phase. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: emacs-use-package: Update to commit da8c9e2.Peter Mikkelsen2018-07-03
| | | | | | | | | | | This update is needed because the release tarball from github does not contain all the files needed for us to build the package. * gnu/packages/emacs.scm (emacs-use-package): Update to commit da8c9e2. [source]: change to git. [arguments]: Enable tests. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add emacs-atom-one-dark-theme.Peter Mikkelsen2018-07-03
| | | | | | * gnu/packages/emacs.scm (emacs-atom-one-dark-theme): New variable Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: libuninameslist: Update to 20180701.Marius Bakke2018-07-03
| | | | | | * gnu/packages/fontutils.scm (libuninameslist): Update to 20180701. [source]: Change URI to use release tarball. Remove FILE-NAME. [native-inputs]: Remove.
* gnu: libuninameslist: Correct license.Marius Bakke2018-07-03
| | | | | * gnu/packages/fontutils.scm (libuninameslist)[license]: Remove GPL2. Add BSD-3 and X11-STYLE.
* gnu: Add vsftpd.Danny Milosavljevic2018-07-03
| | | | * gnu/packages/ftp.scm (vsftpd): New variable.
* gnu: vkd3d: Add vulkan-headers.Rutger Helling2018-07-03
| | | | * gnu/packages/vulkan.scm (vkd3d)[inputs]: Add vulkan-headers.
* gnu: vkquake: Add vulkan-headers.Rutger Helling2018-07-03
| | | | * gnu/packages/games.scm (vkquake)[inputs]: Add vulkan-headers.
* gnu: mpv: Add vulkan-headers.Rutger Helling2018-07-03
| | | | * gnu/packages/video.scm (mpv)[inputs]: Add vulkan-headers.
* gnu: vulkan-loader: Update to 1.1.77.0.Rutger Helling2018-07-03
| | | | | | * gnu/packages/vulkan.scm (vulkan-loader): Update to 1.1.77.0. [inputs]: Add 'vulkan-headers. [home-page]: Correct URL.
* 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'.