Age | Commit message (Expand) | Author |
---|---|---|
2017-07-20 | guix package: '-l' correctly handles zero-generation profiles.•••* guix/scripts/package.scm (process-query) <'list-generations>: Properly handle the case where 'profile-generations' returns the empty list. | Ludovic Courtès |
2017-07-20 | guix package: Trim trailing slashes from the profile name.•••Fixes <https://bugs.gnu.org/25762>. Reported by Ricardo Wurmus <rekado@elephly.net>. * guix/scripts/package.scm (canonicalize-profile): Trim trailing slashes from PROFILE. | Ludovic Courtès |
2017-07-20 | doc: Discuss when to run a GC.•••* doc/guix.texi (Invoking guix gc): Add a paragraph on when to run a GC. | Ludovic Courtès |
2017-07-20 | gnu: Remove a left-over patch.•••This is a followup to commit 426b0b898f70a58133d80779980f163a5761686e. * gnu/packages/patches/pcre-CVE-2017-7186.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. | Leo Famulari |
2017-07-20 | gnu: pcre: Update replacement to 8.41 [fixes CVE-2017-{7244,7245,7246}].•••* gnu/packages/pcre.scm (pcre)[replacement]: Update to pcre-8.41. (pcre/fixed): Replace with ... (pcre-8.41): ... new variable. | Leo Famulari |
2017-07-20 | profiles: Remove workaround for an old Guile 'scandir' bug.•••* guix/profiles.scm (generation-numbers)[scandir]: Remove. | Ludovic Courtès |
2017-07-20 | tests: Use 'virtual-machine' records instead of monadic procedures.•••* gnu/tests/base.scm (%test-basic-os): Use 'let*' instead of 'mlet*' and 'virtual-machine' instead of 'system-qemu-image/shared-store-script'. (run-mcron-test): Likewise. (run-nss-mdns-test): Likewise. * gnu/tests/dict.scm (run-dicod-test): Likewise. * gnu/tests/mail.scm (run-opensmtpd-test): Likewise. (run-exim-test): Likewise. * gnu/tests/messaging.scm (run-xmpp-test): Likewise. * gnu/tests/networking.scm (run-inetd-test): Likewise. * gnu/tests/nfs.scm (run-nfs-test): Likewise. * gnu/tests/ssh.scm (run-ssh-test): Likewise. * gnu/tests/web.scm (run-nginx-test): Likewise. | Ludovic Courtès |
2017-07-20 | vm: Add a <virtual-machine> type and associated gexp compiler.•••* gnu/system/vm.scm (system-qemu-image/shared-store-script): Add #:options parameter and honor it. (<virtual-machine>): New record type. (virtual-machine): New macro. (port-forwardings->qemu-options, virtual-machine-compiler): New procedures. | Ludovic Courtès |
2017-07-20 | gnu: Add premake4.•••* gnu/packages/build-tools.scm (premake4): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Oleg Pykhalov |
2017-07-20 | gnu: Add java-commons-cli@1.2.•••* gnu/packages/java.scm(java-commons-cli-1.2): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> | Gábor Boskovits |
2017-07-20 | gnu: Update g-wrap to use guile-2.2.•••* gnu/packages/guile.scm (g-wrap): [propagated-inputs]: Use guile-2.2. [arguments]: Add "--disable-Werror" to configure-flags. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Theodoros Foradis |
2017-07-20 | gnu: Add eolie.•••* gnu/packages/gnome.scm (eolie): New variable. | Ricardo Wurmus |
2017-07-20 | gnu: perl-html-template: Update to 2.97.•••* gnu/packages/web.scm (perl-html-template): Update to 2.97. | Tobias Geerinckx-Rice |
2017-07-20 | gnu: openh264: Update to 1.7.0.•••* gnu/packages/video.scm (openh264): Update to 1.7.0. | Tobias Geerinckx-Rice |
2017-07-20 | gnu: gnome-mpv: Update to 0.12.•••* gnu/packages/video.scm (gnome-mpv): Update to 0.12. | Tobias Geerinckx-Rice |
2017-07-20 | gnu: Add 0xffff.•••* gnu/packages/flashing-tools.scm (0xffff): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> | Jonathan Brielmaier |
2017-07-20 | gnu: Add libusb@0.1.•••* gnu/packages/libusb.scm (libusb-0.1): New variable. * gnu/packages/patches/libusb-0.1-disable-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Marius Bakke <mbakke@fastmail.com> | Jonathan Brielmaier |
2017-07-20 | gnu: lapack: Fix hash of release 3.7.1•••Apparently the release was modified (cleaned-up) in-place. An issue was opened at https://github.com/Reference-LAPACK/lapack-release/issues/4. * gnu/packages/maths.scm (lapack): Fix sha256 hash. Signed-off-by: Marius Bakke <mbakke@fastmail.com> | Maxim Cournoyer |
2017-07-20 | gnu: Add patches missing from dist_patch_DATA.•••Reported by Eric Bavier. * gnu/local.mk (dist_patch_DATA): Add gnu/packages/patches/hmmer-remove-cpu-specificity.patch, gnu/packages/patches/jacal-fix-texinfo.patch, gnu/packages/patches/python-pbr-fix-man-page-support.patch and gnu/packages/patches/vsearch-unbundle-cityhash.patch. | Ben Woodcroft |
2017-07-20 | gnu: qsyncthingtray: Update to 0.5.8.•••* gnu/packages/sync.scm (qsyncthingtray): Update to 0.5.8. | Tobias Geerinckx-Rice |
2017-07-20 | gnu: dub: Update to 1.4.0.•••* gnu/packages/ldc.scm (dub): Update to 1.4.0. | Tobias Geerinckx-Rice |
2017-07-19 | gnu: Add python-sphinx-1.6.•••* gnu/packages/python.scm (python-sphinx-1.6): New variable. | Ricardo Wurmus |
2017-07-19 | gnu: Add python-sphinxcontrib-websupport.•••* gnu/packages/python.scm (python-sphinxcontrib-websupport): New variable. | Ricardo Wurmus |
2017-07-19 | gnu: Add python-xapian-bindings.•••* gnu/packages/search.scm (python-xapian-bindings): New variable. | Ricardo Wurmus |
2017-07-19 | gnu: graphicsmagick: Update to 1.3.26.•••* gnu/packages/imagemagick.scm (graphicsmagick): Update to 1.3.26. [source]: Use url-fetch and add SourceForge URL. Remove snippet. | Leo Famulari |
2017-07-19 | gnu: mpv: Update to 0.26.0.•••* gnu/packages/video.scm (mpv): Update to 0.26.0. | Leo Famulari |
2017-07-19 | gnu: r-bsgenome-hsapiens-ucsc-hg19: Update hash.•••* gnu/packages/bioinformatics.scm (r-bsgenome-hsapiens-ucsc-hg19)[source]: Update hash because the tarball changed in place. | Ricardo Wurmus |
2017-07-19 | gnu: snakemake: Update to 3.13.3.•••* gnu/packages/python.scm (snakemake): Update to 3.13.3. | Ricardo Wurmus |
2017-07-19 | gnu: guitarix: Update to 0.35.5.•••* gnu/packages/audio.scm (guitarix): Update to 0.35.5. | Ricardo Wurmus |
2017-07-19 | gnu: sortmerna: Limit support to x86_64 and i686 only.•••* gnu/packages/bioinformatics.scm (sortmerna)[supported-systems]: New field. | Efraim Flashner |
2017-07-19 | gnu: totem: Do not build static libraries.•••* gnu/packages/gnome.scm (totem)[arguments]: Pass "--disable-static". This reduces the size of Totem from 11 MiB to 9 MiB. | Ludovic Courtès |
2017-07-19 | download: Add OpenBSD mirrors.•••* guix/download.scm (%mirrors) <openbsd>: Add HTTPS OpenBSD mirrors. * gnu/packages/ntp.scm (openntpd)[source]: Use them. * gnu/packages/ssh.scm (openssh)[source]: Likewise. * gnu/packages/tls.scm (libressl)[source]: Likewise. | Tobias Geerinckx-Rice |
2017-07-19 | gnu: openntpd: Update to 6.1p1.•••* gnu/packages/ntp.scm (openntpd): Update to 6.1p1. | Tobias Geerinckx-Rice |
2017-07-19 | gnu: tlp: Update to 1.0.•••* gnu/packages/linux.scm (tlp): Update to 1.0. | Tobias Geerinckx-Rice |
2017-07-19 | gnu: meson: Update to 0.41.1.•••* gnu/packages/build-tools.scm (meson) Update to 0.41.1. | Tobias Geerinckx-Rice |
2017-07-18 | gnu: totem: Disable automatic plugin installation.•••* gnu/packages/gnome.scm (totem)[arguments]: Add #:configure-flags. | Ludovic Courtès |
2017-07-18 | guix system: Use "image.iso" as the name of ISO images.•••* guix/scripts/system.scm (system-derivation-for-action): Pass #:name to 'system-disk-image'. | Ludovic Courtès |
2017-07-18 | vm: 'iso9660-image' produces a single-file output.•••* gnu/system/vm.scm (expression->derivation-in-linux-vm): Add #:single-file-output? and pass it to 'load-in-linux-vm'. (iso9660-image): Pass #:single-file-output? to 'expression->derivation-in-linux-vm'. * gnu/build/vm.scm (load-in-linux-vm): Add #:single-file-output? and honor it. | Ludovic Courtès |
2017-07-18 | gnu: node: Add search path specification for 'NODE_PATH'.•••* gnu/packages/node.scm (node)[native-search-paths]: New field. | Jelle Licht |
2017-07-18 | vm: Increase disk size overhead estimate.•••* gnu/build/vm.scm (estimated-partition-size): Add 25% to the graph size. | Tobias Geerinckx-Rice |
2017-07-18 | gnu: libstaroffice: Update to 0.0.4.•••* gnu/packages/libreoffice.scm (libstaroffice): Update to 0.0.4. | Tobias Geerinckx-Rice |
2017-07-18 | system: Add 'newuidmap' and 'newgidmap' to %SETUID-PROGRAMS.•••* gnu/system.scm (%setuid-programs): Add 'newuidmap' and 'newgidmap'. | 宋文武 |
2017-07-18 | services: sysctl: Fix typo.•••* gnu/services/sysctl.scm: Fix typo of 'make-sysctl-configuration'. | 宋文武 |
2017-07-18 | gnu: moka-icon-theme: Update to 5.3.6.•••* gnu/packages/gnome.scm (moka-icon-theme): Update to 5.3.6. | Tobias Geerinckx-Rice |
2017-07-18 | gnu: edi: Update to 0.5.1.•••* gnu/packages/enlightenment.scm (edi): Update to 0.5.1. | Tobias Geerinckx-Rice |
2017-07-18 | gnu: enblend-enfuse: Use texlive-tiny.•••* gnu/packages/photo.scm (enblend-enfuse)[native-inputs]: Replace texlive-minimal with texlive-tiny. | Ricardo Wurmus |
2017-07-18 | gnu: c-toxcore: Update to 0.1.9.•••* gnu/packages/messaging.scm (c-toxcore): Update to 0.1.9. [build-system]: Switch to cmake-build-system. [native-inputs]: Remove autoconf, automake, libtool, and check. [inputs]: Rename to... [propagated-inputs]: ...this. [arguments]: Remove field. | Ricardo Wurmus |
2017-07-18 | gnu: Rename (gnu packages gforth) to (gnu packages forth).•••* gnu/local.mk (GNU_SYSTEM_MODULES): Rename gforth.scm to forth.scm. * gnu/packages/gforth.scm: Rename file to forth.scm. * gnu/packages/forth.scm: Renamed from gforth.scm. | ng0 |
2017-07-18 | gnu: python-numpy-documentation: Use texlive-union.•••* gnu/packages/python.scm (python-numpy-documentation)[native-inputs]: Replace "texlive" with a texlive-union. | Ricardo Wurmus |
2017-07-18 | gnu: raxml: Limit to x86_64 and i686 only.•••* gnu/packages/bioinformatics.scm (raxml)[supported-systems]: New field. | Efraim Flashner |