| Commit message (Collapse) | Author | Age |
|
|
|
| |
* gnu/tests/base.scm (run-basic-test)["shepherd socket ready"]: New test.
|
|
|
|
|
|
|
| |
This reverts commit 24420f5ffabfbdbe913a5765e5c00e17de18fb4c.
This broke 'package-transitive-supported-systems', which would return
the union of supported systems instead of the intersection.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
* guix/ui.scm (delete-file): New error-reporting wrapper.
|
|
|
|
|
| |
* guix/store/database.scm (reset-timestamps): Use 'utime' with
AT_SYMLINK_NOFOLLOW for symlinks.
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
* guix/store/deduplication.scm (false-if-system-error): Remove.
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (pigx-bsseq): Update to 0.0.10.
[arguments]: Remove "wrap-executable" phase.
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (pigx-rnaseq): Update to 0.0.4.
[arguments]: Remove "wrap-executable" phase.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.20.
|
|
|
|
|
|
| |
* gnu/packages/web.scm(ikiwiki)[arguments]: Add patch-Makefile phase.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
|
|
|
|
|
|
|
| |
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/packages/emacs.scm (emacs-atom-one-dark-theme): New variable
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
|
|
| |
* gnu/packages/fontutils.scm (libuninameslist): Update to 20180701.
[source]: Change URI to use release tarball. Remove FILE-NAME.
[native-inputs]: Remove.
|
|
|
|
|
| |
* gnu/packages/fontutils.scm (libuninameslist)[license]: Remove GPL2. Add
BSD-3 and X11-STYLE.
|
|
|
|
| |
* gnu/packages/ftp.scm (vsftpd): New variable.
|
|
|
|
| |
* gnu/packages/vulkan.scm (vkd3d)[inputs]: Add vulkan-headers.
|
|
|
|
| |
* gnu/packages/games.scm (vkquake)[inputs]: Add vulkan-headers.
|
|
|
|
| |
* gnu/packages/video.scm (mpv)[inputs]: Add vulkan-headers.
|
|
|
|
|
|
| |
* gnu/packages/vulkan.scm (vulkan-loader): Update to 1.1.77.0.
[inputs]: Add 'vulkan-headers.
[home-page]: Correct URL.
|
|
|
|
| |
* gnu/packages/vulkan.scm (vulkan-headers): New variable.
|
|
|
|
|
|
|
| |
* 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/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/packages/xorg.scm (keynav): New variable.
|
|
|
|
| |
* guix/import/elpa.scm (fetch-elpa-package): Check if 'rest' is null.
|
|
|
|
|
| |
* etc/completion/bash/guix (_guix_complete): Complete files names after 'guix
weather -m'.
|
|
|
|
|
| |
* etc/completion/bash/guix (_guix_complete): Complete files names after 'guix
build -L'.
|
|
|
|
| |
* gnu/packages/maths.scm (units): Update to 2.17.
|
|
|
|
|
| |
* gnu/packages/java.scm (icedtea-8)[native-inputs]: Add icedtea-7
patch to hotspot.
|
|
|
|
|
|
|
|
| |
* 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/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.
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
* guix/store/deduplication.scm (get-temp-link): In handler, fix call to
'throw'.
|
|
|
|
|
| |
* guix/scripts/system.scm (copy-closure): Call 'query-path-info*' on
TO-COPY and REFS. Compute the total size. Call 'check-available-space'.
|
|
|
|
|
| |
* guix/ui.scm (check-available-space): Add optional 'directory'
parameter, defaulting to (%store-prefix). Honor it. Make public.
|
|
|
|
|
| |
* guix/scripts/size.scm (query-path-info*): Move to...
* guix/store.scm (query-path-info*): ... here.
|
|
|
|
|
|
|
|
|
|
|
| |
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/packages/python-crypto.scm (python-duniterpy): Move...
* gnu/packages/finance.scm: ... here.
|
|
|
|
|
|
|
|
|
| |
* 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/packages/crypto.scm (libscrypt): New variable.
|
|
|
|
| |
* gnu/packages/games.scm (freedink-dfarc): New variable.
|
|
|
|
| |
* gnu/packages/games.scm (bambam)[source]: Use GIT-FETCH.
|
|
|
|
|
|
|
|
| |
* 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/packages/admin.scm (acpica): Update to 20180629.
|
|
|
|
|
| |
* gnu/packages/graphics.scm (define-module): Remove duplicate module
imports. Order the remainers alphabetically.
|
|
|
|
| |
* gnu/packages/games.scm (bambam): Update to 0.6.
|
|
|
|
|
|
| |
* gnu/packages/games.scm (teeworlds)[native-inputs]: Add pkg-config.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
|
|
| |
* gnu/packages/finance.scm (silkaj): New variable.
|
|
|
|
| |
* gnu/packages/python-crypto.scm (python-scrypt): New variable.
|
|
|
|
| |
* gnu/packages/python.scm (python-commandlines): New variable.
|