https://git.savannah.gnu.org/git/guix.git

sort by:
Revision Author Date Message Commit Date
8694935 gnu: guix: Update to 4876bc8. 06 July 2018, 02:52:54 UTC
4876bc8 gnu: guix: Update to 0.15.0. 05 July 2018, 22:19:01 UTC
359fdda Update NEWS. 05 July 2018, 20:16:39 UTC
c35f77c doc: Update URL of the Emacs-Guix manual. * doc/htmlxref.cnf (EMACS_GUIX): Update URL. 05 July 2018, 20:16:10 UTC
56b4dab doc: Mention translations of the manual. * doc/guix.texi (Top): Add note about l10n. * doc/htmlxref.cnf: Add "guix.fr". 05 July 2018, 20:13:23 UTC
ee75e80 tests: Skip 'guix-pack.sh'. This works around a regression introduced in commit 66e9944e078cbb9e0d618377dd6df6e639640efa while waiting for a proper fix. * tests/guix-pack.sh: Add "exit 77". 05 July 2018, 19:35:55 UTC
1400776 Update NEWS. 05 July 2018, 15:19:09 UTC
5adb2df pack: Use guile-for-build for the target system. Until now, running "guix pack -s i686-linux" on an x86_64-linux machine, for instance, would use an x86_64 guile for module derivations. This was OK until now, but would break when passing "--localstatedir" due to the introduction of guile-sqlite3: we'd be using the i686 guile-sqlite3 along with the x86_64 guile. * guix/scripts/pack.scm (guix-pack): Pass the 'system option from OPTS to 'package-derivation'. 05 July 2018, 11:35:21 UTC
633b6b6 nls: Update 'fr' translation. 05 July 2018, 09:56:17 UTC
63899cc doc: Update package count. * doc/guix.texi (Limitations): Update number. 05 July 2018, 09:54:23 UTC
900e6d4 doc: Mention ARM and AArch64 bootloaders. * doc/guix.texi (Bootloader Configuration): Mention ARM and AArch64. Add missing uses of @code. 05 July 2018, 09:53:36 UTC
fc0e663 doc: Improve UEFI/BIOS bootloader documentation. Partly fixes <https://bugs.gnu.org/30312>. * doc/guix.texi (Preparing for Installation): Add note on how to choose between UEFI and BIOS. (Using the Configuration System)[Bootloader]: New subsubsection. (Bootloader Configuration): Expound on the bootloader type and target. * gnu/system/examples/desktop.tmpl: Switch to UEFI. * gnu/system/examples/bare-bones.tmpl: Explicitly mention "legacy" and "BIOS" in the comments. 05 July 2018, 09:44:46 UTC
a043b5b services: mingetty: Use '--nohangup'. See the discussion at <https://lists.gnu.org/archive/html/guix-devel/2018-07/msg00049.html>. * gnu/services/base.scm (mingetty-shepherd-service): Pass "--nohangup" to mingetty. 04 July 2018, 22:14:01 UTC
9fd8772 system: Default .bashrc uses '--color=auto' for grep and ls. Reported by Tobias Geerinckx-Rice <me@tobias.gr> and Björn Höfling <bjoern.hoefling@bjoernhoefling.de>. * gnu/system/shadow.scm (default-skeletons)["bashrc"]: Use '--color=auto' instead of '--color'. 04 July 2018, 19:52:23 UTC
4222606 vm: Disable KVM on i386. * gnu/build/vm.scm (load-in-linux-vm): Disable KVM on i386. 04 July 2018, 13:26:21 UTC
0207768 doc: Mention the build environment. * doc/contributing.texi (Running Guix Before It Is Installed): Add a note about having the dependencies available. 04 July 2018, 12:36:07 UTC
5b0c648 profiles: 'info-dir-file' hook now produces 'dir.LANG' files. Previously, entries for 'guix.fr.info' would end up in 'dir', above the 'guix.info' entries; consequently, running 'info guix' would actually open 'guix.fr.info', which was confusing for non-French readers. * guix/profiles.scm (info-dir-file)[glibc-utf8-locales]: New variable. [build](info-file-language): New procedure. (install-info): Use it, to create 'dir.LANG' files. Set GUIX_LOCPATH. 04 July 2018, 08:52:59 UTC
a51cf16 gnu: Update stellarium to 0.18.0. [[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> 03 July 2018, 15:50:05 UTC
c122049 gnu: emacs-helm-system-packages: Update to 1.10.0. * gnu/packages/emacs.scm (emacs-helm-system-packages): Update to 1.10.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> 03 July 2018, 15:50:04 UTC
53fc7a0 gnu: Add pocl. * gnu/packages/opencl.scm (pocl): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> 03 July 2018, 15:50:04 UTC
3c78f5b tests: basic: Wait for /var/run/shepherd/socket to be ready. * gnu/tests/base.scm (run-basic-test)["shepherd socket ready"]: New test. 03 July 2018, 15:50:04 UTC
86eee97 Revert "packages: Optimize 'package-transitive-supported-systems'." This reverts commit 24420f5ffabfbdbe913a5765e5c00e17de18fb4c. This broke 'package-transitive-supported-systems', which would return the union of supported systems instead of the intersection. 03 July 2018, 15:50:04 UTC
f3f1d0a guix system: Make 'init' idempotent again. 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. 03 July 2018, 15:50:04 UTC
90b144d ui: Report file names in 'system-error' exceptions from 'delete-file'. * guix/ui.scm (delete-file): New error-reporting wrapper. 03 July 2018, 15:50:04 UTC
e5e5119 database: 'reset-timestamps' now correctly handles symlinks. * guix/store/database.scm (reset-timestamps): Use 'utime' with AT_SYMLINK_NOFOLLOW for symlinks. 03 July 2018, 15:50:04 UTC
25c7ff6 syscalls: Define AT_SYMLINK_NOFOLLOW et al. * 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. 03 July 2018, 15:50:04 UTC
a5b34d9 deduplication: Remove 'false-if-system-error', now unused. * guix/store/deduplication.scm (false-if-system-error): Remove. 03 July 2018, 15:50:04 UTC
13f5eb3 gnu: pigx-bsseq: Update to 0.0.10. * gnu/packages/bioinformatics.scm (pigx-bsseq): Update to 0.0.10. [arguments]: Remove "wrap-executable" phase. 03 July 2018, 15:33:51 UTC
c7d5cd6 gnu: pigx-rnaseq: Update to 0.0.4. * gnu/packages/bioinformatics.scm (pigx-rnaseq): Update to 0.0.4. [arguments]: Remove "wrap-executable" phase. 03 July 2018, 14:20:28 UTC
29cbf81 gnu: pigx-chipseq: Update to 0.0.20. * gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.20. 03 July 2018, 14:20:28 UTC
631bc3a gnu: ikiwiki: Include auto setup files in output. * gnu/packages/web.scm(ikiwiki)[arguments]: Add patch-Makefile phase. Signed-off-by: Marius Bakke <mbakke@fastmail.com> 03 July 2018, 13:45:41 UTC
abf3a33 gnu: emacs-use-package: Update to commit da8c9e2. 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> 03 July 2018, 13:45:41 UTC
b5f746d gnu: Add emacs-atom-one-dark-theme. * gnu/packages/emacs.scm (emacs-atom-one-dark-theme): New variable Signed-off-by: Marius Bakke <mbakke@fastmail.com> 03 July 2018, 13:45:41 UTC
27b73b4 gnu: libuninameslist: Update to 20180701. * gnu/packages/fontutils.scm (libuninameslist): Update to 20180701. [source]: Change URI to use release tarball. Remove FILE-NAME. [native-inputs]: Remove. 03 July 2018, 13:45:40 UTC
b19c92e gnu: libuninameslist: Correct license. * gnu/packages/fontutils.scm (libuninameslist)[license]: Remove GPL2. Add BSD-3 and X11-STYLE. 03 July 2018, 13:45:40 UTC
74ba3a6 gnu: Add vsftpd. * gnu/packages/ftp.scm (vsftpd): New variable. 03 July 2018, 13:32:51 UTC
4786f51 gnu: vkd3d: Add vulkan-headers. * gnu/packages/vulkan.scm (vkd3d)[inputs]: Add vulkan-headers. 03 July 2018, 09:23:47 UTC
4108886 gnu: vkquake: Add vulkan-headers. * gnu/packages/games.scm (vkquake)[inputs]: Add vulkan-headers. 03 July 2018, 09:23:47 UTC
08899ee gnu: mpv: Add vulkan-headers. * gnu/packages/video.scm (mpv)[inputs]: Add vulkan-headers. 03 July 2018, 09:23:47 UTC
b1eb1ba gnu: vulkan-loader: Update to 1.1.77.0. * gnu/packages/vulkan.scm (vulkan-loader): Update to 1.1.77.0. [inputs]: Add 'vulkan-headers. [home-page]: Correct URL. 03 July 2018, 09:23:47 UTC
cf09bed gnu: Add vulkan-headers. * gnu/packages/vulkan.scm (vulkan-headers): New variable. 03 July 2018, 09:23:47 UTC
940c2c5 gnu: openrct2: Update to 0.2.0. * 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. 03 July 2018, 09:01:21 UTC
fab8d41 gnu: dolphin-emu: Update to commit 806c1ee. * 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. 03 July 2018, 07:13:55 UTC
a6a2ef2 gnu: Add keynav. * gnu/packages/xorg.scm (keynav): New variable. 03 July 2018, 04:29:30 UTC
ae6fa00 import: elpa: Check if 'fetch-elpa-package' rest argument is null. * guix/import/elpa.scm (fetch-elpa-package): Check if 'rest' is null. 03 July 2018, 04:19:13 UTC
3a15d0a bash completion: Complete files names after 'guix weather -m'. * etc/completion/bash/guix (_guix_complete): Complete files names after 'guix weather -m'. 03 July 2018, 03:58:51 UTC
9b0a755 bash completion: Complete files names after 'guix build -L'. * etc/completion/bash/guix (_guix_complete): Complete files names after 'guix build -L'. 03 July 2018, 03:58:51 UTC
6104f92 gnu: units: Update to 2.17. * gnu/packages/maths.scm (units): Update to 2.17. 03 July 2018, 01:12:55 UTC
673135d gnu: icedtea Work around gcc segfault. * gnu/packages/java.scm (icedtea-8)[native-inputs]: Add icedtea-7 patch to hotspot. 03 July 2018, 00:07:14 UTC
86163a0 gnu: libgit2: Update to 0.26.4 [fixes CVE-2018-11235]. * 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. 02 July 2018, 23:47:46 UTC
db02418 gnu: icedtea: Work around gcc segfault. * 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. 02 July 2018, 22:53:56 UTC
3dbf331 deduplication: Place link files under /gnu/store/.links. 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. 02 July 2018, 22:39:11 UTC
af2f8ae deduplication: Fix incorrect use of 'throw'. * guix/store/deduplication.scm (get-temp-link): In handler, fix call to 'throw'. 02 July 2018, 22:39:11 UTC
71bf6cb guix system: init: Check the available space before copying. * guix/scripts/system.scm (copy-closure): Call 'query-path-info*' on TO-COPY and REFS. Compute the total size. Call 'check-available-space'. 02 July 2018, 22:39:11 UTC
8120b23 ui: Make 'check-available-space' public. * guix/ui.scm (check-available-space): Add optional 'directory' parameter, defaulting to (%store-prefix). Honor it. Make public. 02 July 2018, 22:39:10 UTC
0744a9f store: Add 'query-path-info*'. * guix/scripts/size.scm (query-path-info*): Move to... * guix/store.scm (query-path-info*): ... here. 02 July 2018, 22:39:10 UTC
24420f5 packages: Optimize 'package-transitive-supported-systems'. 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. 02 July 2018, 22:39:10 UTC
c729901 gnu: python-duniterpy: Change module. * gnu/packages/python-crypto.scm (python-duniterpy): Move... * gnu/packages/finance.scm: ... here. 02 July 2018, 21:27:07 UTC
929d4d2 gnu: python-pylibscrypt: Improve speed. * 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". 02 July 2018, 21:12:40 UTC
84be0e9 gnu: Add libscrypt. * gnu/packages/crypto.scm (libscrypt): New variable. 02 July 2018, 21:12:14 UTC
2926e95 gnu: Add freedink-dfarc. * gnu/packages/games.scm (freedink-dfarc): New variable. 02 July 2018, 18:42:36 UTC
63e708f gnu: bambam: Don't use unstable tarball. * gnu/packages/games.scm (bambam)[source]: Use GIT-FETCH. 02 July 2018, 18:19:08 UTC
a62764b gnu: zstd: Update to 1.3.5. * 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. 02 July 2018, 18:19:07 UTC
8ef7ecf gnu: acpica: Update to 20180629. * gnu/packages/admin.scm (acpica): Update to 20180629. 02 July 2018, 18:19:07 UTC
595d1bd gnu: Remove duplicate imports from (gnu packages graphics). * gnu/packages/graphics.scm (define-module): Remove duplicate module imports. Order the remainers alphabetically. 02 July 2018, 18:19:07 UTC
4ef3490 gnu: bambam: Update to 0.6. * gnu/packages/games.scm (bambam): Update to 0.6. 02 July 2018, 18:19:06 UTC
e402a66 gnu: teeworlds: Add missing dependency. * gnu/packages/games.scm (teeworlds)[native-inputs]: Add pkg-config. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> 02 July 2018, 16:46:43 UTC
730553d gnu: Add silkaj. * gnu/packages/finance.scm (silkaj): New variable. 02 July 2018, 15:50:20 UTC
1fa1d82 gnu: Add python-scrypt. * gnu/packages/python-crypto.scm (python-scrypt): New variable. 02 July 2018, 15:50:20 UTC
2cde6e1 gnu: Add python-commandlines. * gnu/packages/python.scm (python-commandlines): New variable. 02 July 2018, 15:50:20 UTC
2cc63e6 gnu: java-hamcrest-all: Add java-hamcrest-core to inputs. 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. 02 July 2018, 14:48:03 UTC
084f64c self: Build with Guile 2.2.4. * guix/self.scm (guile-for-build): In the "2.2" case, choose GUILE-2.2.4. 02 July 2018, 13:28:35 UTC
8970a88 self: Use #:guile-for-build in the shebang of the 'guix' executable. * 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'. 02 July 2018, 13:28:35 UTC
223fa5b utils: Micro-optimize 'source-properties->location'. * guix/utils.scm (source-properties->location): Destructure LOC with 'match', adding a fast path without 'assq-ref' calls. 02 July 2018, 13:28:35 UTC
3059a35 utils: Disable memoization for 'location'. This was getting 25% hits, which did not quite justify the overhead. * guix/utils.scm (location): Remove 'mlambda'. 02 July 2018, 13:28:35 UTC
96b2b0d gnu: guile: Add version 2.2.4. * gnu/packages/guile.scm (guile-2.2.4): New variable. 02 July 2018, 13:28:35 UTC
1cdff8c gnu: icedtea: Work around gcc segfault. * 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. 02 July 2018, 12:41:27 UTC
79f9b05 Revert "gnu: icedtea-7: Build with gcc-4.9." This reverts commit bc73f673e80e9134ee7620516f2e29c0c46db35f. 02 July 2018, 12:39:12 UTC
6e65eb3 gnu: cdogs-sdl: Update to 0.6.7. * gnu/packages/games.scm (cdogs-sdl): Update to 0.6.7. [source]: Use version tag. 01 July 2018, 22:45:19 UTC
39f516c gnu: godot: Don't use unstable tarball. * gnu/packages/game-development.scm (godot)[source]: Use GIT-FETCH. 01 July 2018, 22:45:19 UTC
a1205ef gnu: godot: Update to 3.0.4. * gnu/packages/game-development.scm (godot): Update to 3.0.4. 01 July 2018, 22:45:19 UTC
3c14a6e gnu: gama: Update to 2.00. * gnu/pacakges/gps.scm (gama): Update to 2.00. 01 July 2018, 18:01:40 UTC
08b3bff gnu: gnu-pw-mgr: Update to 2.3.2. * gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr): Update to 2.3.2. 01 July 2018, 17:33:43 UTC
2030c48 gnu: re2: Update to 2018-07-01. * gnu/packages/regex.scm (re2): Update to 2018-07-01. 01 July 2018, 17:26:56 UTC
afb2721 gnu: libraw: Enable optional functionality. * gnu/packages/photo.scm (libraw)[native-inputs]: Add PKG-CONFIG. [inputs]: Add LIBJPEG-8. [propagated-inputs]: Add LCMS. 01 July 2018, 17:26:56 UTC
afea869 gnu: libraw: Correct license. * gnu/packages/photo.scm (libraw)[license]: Change from LGPL2.1+ to LGPL2.1. Add CDDL1.0. 01 July 2018, 17:26:56 UTC
2905328 gnu: libraw: Update to 0.19.0. * gnu/packages/photo.scm (libraw): Update to 0.19.0. 01 July 2018, 17:26:56 UTC
9602318 gnu: emacs-browse-at-remote: Update to 0.10.0. * 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. 01 July 2018, 16:43:17 UTC
545ceac gnu: musescore: Update to 2.3. * gnu/packages/music.scm (musescore): Update to 2.3. [source]: Switch to a more stable location. [arguments]: Remove a fix applied upstream. 01 July 2018, 13:23:11 UTC
dfee30c gnu: Add guile-hall. * gnu/packages/guile.scm (guile-hall): New variable. 01 July 2018, 12:00:00 UTC
49d9fce gnu: emacs-nix-mode: Fix build by switching upstream source. 'nix' version 2 doesn't provide Emacs libraries anymore. * gnu/packages/package-management.scm (emacs-nix-mode): Do not inherit 'nix'. Switch upstream source to <https://github.com/nixos/nix-mode>. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> 01 July 2018, 10:00:36 UTC
7a3772b gnu: qtoctave: Fix build for Qt 5.11. * gnu/packages/maths.scm (qtoctave)[source]: Add patch. [native-inputs]: Add texlive. * gnu/packages/patches/qtoctave-qt-5.11-fix.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. 01 July 2018, 00:05:58 UTC
1314d34 gnu: teckit: Add source file-name. * gnu/packages/fontutils.scm (teckit)[source]: Add file-name field. 30 June 2018, 19:53:00 UTC
fe84a00 gnu: Add casync. * gnu/packages/sync.scm (casync): New variable. 30 June 2018, 15:50:20 UTC
949457c gnu: abcde: Add missing Perl dependencies. * gnu/packages/cdrom.scm (abcde)[inputs]: Add perl-musicbrainz-discid, perl-webservice-musicbrainz, and perl-mojolicious. [arguments] <wrap>: Define PERL5LIB in the wrapper. 30 June 2018, 15:50:20 UTC
5ae27f5 gnu: gcc-toolchain: Add version 8. * gnu/packages/commencement.scm (gcc-toolchain-8): New variable. 30 June 2018, 15:50:20 UTC
b2961dd gnu: Add perl-webservice-musicbrainz. * gnu/packages/music.scm (perl-webservice-musicbrainz): New variable. 30 June 2018, 15:50:19 UTC
b0c2c5a gnu: Add perl-musicbrainz-discid. * gnu/packages/music.scm (perl-musicbrainz-discid): New variable. 30 June 2018, 15:50:19 UTC
7c6468c gnu: guile-config: Update to 0.3. * gnu/packages/guile.scm (guile-config): Update to 0.3. 30 June 2018, 15:09:18 UTC
d17d1e7 gnu: libgphoto2: Update to 2.5.18. * gnu/packages/photo.scm (libgphoto2): Update to 2.5.18. 30 June 2018, 01:46:21 UTC
back to top