summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* gnu: chrony: Update to 4.1.•••* gnu/packages/ntp.scm (chrony): Update to 4.1. Tobias Geerinckx-Rice2021-05-131-3/+3
* gnu: hplip: Update to 3.21.4.•••* gnu/packages/cups.scm (hplip): Update to 3.21.4. [source]: Remove fussy patch. Replace it with an short snippet substitution and... [arguments]: ...the new "--disable-imageProcessor-build" configure flag. * gnu/packages/patches/hplip-remove-imageprocessor.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Tobias Geerinckx-Rice2021-05-133-250/+11
* gnu: zfs-auto-snapshot: Fix indentation.•••* gnu/packages/file-systems.scm (zfs-auto-snapshot): Fix indentation. Mathieu Othacehe2021-05-131-50/+50
* gnu: zfs-auto-snapshot: Use git-fetch.•••Do not use an autogenerated tarball. This is notified by "guix lint". * gnu/packages/file-systems.scm (zfs-auto-snapshot)[source]: Use git-fetch method. Mathieu Othacehe2021-05-131-7/+10
* gnu: zfs-auto-snapshot: Wrap long lines.•••* gnu/packages/file-systems.scm (zfs-auto-snapshot)[synopsis, description]: Wrap long lines. Mathieu Othacehe2021-05-131-6/+6
* gnu: Add zfs-auto-snapshot.•••* gnu/packages/file-systems.scm (zfs-auto-snapshot): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> raid5atemyhomework2021-05-131-0/+75
* gnu: ungoogled-chromium: Update to 90.0.4430.212-0.3184907.•••* gnu/packages/chromium.scm (%chromium-version): Set to 90.0.4430.212. (ungoogled-chromium): Update hash. Marius Bakke2021-05-131-2/+2
* gnu: gn: Build with Python 3.•••* gnu/packages/build-tools.scm (gn)[native-inputs]: Change from PYTHON-2 to PYTHON-WRAPPER. [arguments]: Remove trailing #t's and make some cosmetic changes. Marius Bakke2021-05-131-9/+6
* gnu: emacs-pyim: Update to 3.7.5.•••* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.7.5. Nicolas Goaziou2021-05-131-2/+2
* gnu: emacs-emms: Update to 7.2.•••* gnu/packages/emacs-xyz.scm (emacs-emms): Update to 7.2. Nicolas Goaziou2021-05-131-2/+2
* gnu: Add bmaptools.•••* gnu/packages/disk.scm (bmaptools): New variable. Mathieu Othacehe2021-05-131-0/+37
* gnu: linux-libre: Update to 5.11.20.•••* gnu/packages/linux.scm (linux-libre-5.11-version): Update to 5.11.20. (linux-libre-5.11-pristine-source): Update hash. Leo Famulari2021-05-131-2/+2
* gnu: linux-libre 5.12: Update to 5.12.3.•••* gnu/packages/linux.scm (linux-libre-5.12-version): Update to 5.12.3. (linux-libre-5.12-pristine-source): Update hash. Leo Famulari2021-05-131-2/+2
* gnu: guile2.0-bash: Change name field.•••This commit follows 08814ccc. * gnu/packages/guile-xyz.scm (guile2.0-bash)[name]: Rename to guile2.0-bash. Oleg Pykhalov2021-05-131-1/+1
* gnu: guile-bash: Build with Guile 3.0.•••* gnu/packages/guile-xyz.scm (guile2.0-bash): New variable. (guile-bash): Build with Guile 3.0. Oleg Pykhalov2021-05-131-1/+21
* gnu: knot: Update to 3.0.6.•••* gnu/packages/dns.scm (knot): Update to 3.0.6. Tobias Geerinckx-Rice2021-05-131-2/+2
* gnu: rpcbind: Update to 1.2.6.•••* gnu/packages/onc-rpc.scm (rpcbind): Update to 1.2.6. Tobias Geerinckx-Rice2021-05-131-4/+3
* gnu: xfstests: Fix typo.•••Syntax-highlighted monospace is overrated. Nothing like glancing at Webmail to spot obvious bugs. * gnu/packages/file-systems.scm (xfstests)[arguments]: Omit /usr from /bin/time. Tobias Geerinckx-Rice2021-05-131-1/+1
* gnu: lynis: Update to 3.0.4.•••* gnu/packages/admin.scm (lynis): Update to 3.0.4. Tobias Geerinckx-Rice2021-05-131-4/+4
* gnu: webkitgtk: Update to 2.32.1.•••* gnu/packages/webkit.scm (webkitgtk): Update to 2.32.1. Tobias Geerinckx-Rice2021-05-131-2/+2
* gnu: btrfs-progs: Update to 5.12.•••* gnu/packages/linux.scm (btrfs-progs): Update to 5.12. [native-inputs]: Add linux-libre-headers-5.10. Tobias Geerinckx-Rice2021-05-131-2/+5
* gnu: hdparm: Update to 9.62.•••* gnu/packages/linux.scm (hdparm): Update to 9.62. Tobias Geerinckx-Rice2021-05-131-2/+2
* gnu: libupnp: Update to 1.14.7.•••* gnu/packages/upnp.scm (libupnp): Update to 1.14.7. Tobias Geerinckx-Rice2021-05-131-2/+2
* gnu: squid: Update to 4.15.•••* gnu/packages/networking.scm (squid): Update to 4.15. Tobias Geerinckx-Rice2021-05-131-2/+2
* gnu: svt-av1: Update to 0.8.7.•••* gnu/packages/video.scm (svt-av1): Update to 0.8.7. Tobias Geerinckx-Rice2021-05-131-2/+2
* gnu: snappy: Update to 1.1.9.•••* gnu/packages/compression.scm (snappy): Update to 1.1.9. [source]: Add another patch. [arguments]: Add new #:configure-flags and an 'unpack-third_party-subprojects phase. [native-inputs]: Add the sources for benchmark and googletests. * gnu/packages/patches/snappy-add-inline-for-GCC.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Tobias Geerinckx-Rice2021-05-133-4/+97
* gnu: qjackctl: Build with CMake.•••It is better supported upstream. * gnu/packages/audio.scm (qjackctl)[build-system]: Switch to CMAKE-BUILD-SYSTEM. Tobias Geerinckx-Rice2021-05-131-1/+1
* gnu: qjackctl: Update to 0.9.3.•••* gnu/packages/audio.scm (qjackctl): Update to 0.9.3. Tobias Geerinckx-Rice2021-05-131-2/+2
* gnu: ccache: Update to 4.3.•••* gnu/packages/ccache.scm (ccache): Update to 4.3. Tobias Geerinckx-Rice2021-05-131-4/+4
* gnu: libjcat: Update to 0.1.7.•••* gnu/packages/compression.scm (libjcat): Update to 0.1.7. Tobias Geerinckx-Rice2021-05-131-2/+2
* gnu: Add xfstests.•••* gnu/packages/file-systems.scm (xfstests): New public variable. Tobias Geerinckx-Rice2021-05-131-0/+159
* gnu: pre-commit: Update to 2.12.1.•••* gnu/packages/version-control.scm (pre-commit): Update to 2.12.1. [arguments]: Make source tree writable and initialize a git repository before check phase. Simplify check phase. [native-inputs]: Add python-covdefaults, python-coverage, python-distlib/next, python-pytest-env, which. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vinicius Monego2021-05-131-65/+34
* challenge: Be defensive in the size passed to the progress reporter.•••Possibly fixes <https://bugs.gnu.org/48045>. Reported by Bone Baboon <bone.baboon@disroot.org>. * guix/scripts/challenge.scm (call-with-nar): Rename second value returned by 'http-fetch' to match reality. Change second argument to 'progress-reporter/file'. Ludovic Courtès2021-05-131-3/+4
* self: Build with 'guile-3.0-latest'.•••* guix/self.scm (specification->package): Use 'guile-3.0-latest' instead of 'guile-3.0/libgc-7'. Ludovic Courtès2021-05-131-1/+1
* gnu: guile: Update to 3.0.7.•••* gnu/packages/guile.scm (guile-3.0-latest): Update to 3.0.7. Remove "guile-2.2-skip-so-test.patch". [propagated-inputs, arguments]: New fields. Ludovic Courtès2021-05-131-13/+23
* gnu: libgc: Add variant with '--disable-munmap'.•••* gnu/packages/bdw-gc.scm (libgc/disable-munmap): New variable. Ludovic Courtès2021-05-131-1/+12
* gnu: linux-libre 5.4: Update to 5.4.118.•••* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.118. (linux-libre-5.4-pristine-source): Update hash. Leo Famulari2021-05-121-2/+2
* gnu: linux-libre 5.10: Update to 5.10.36.•••* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.36. (linux-libre-5.10-pristine-source): Update hash. Leo Famulari2021-05-121-2/+2
* gnu: sudo: Update to 1.9.7.•••* gnu/packages/admin.scm (sudo): Update to 1.9.7. Tobias Geerinckx-Rice2021-05-121-2/+2
* doc: Do not instruct to decompress the VM image.•••Also replace the obsolete 'guix system vm-image' command mention by the 'guix system image'. * doc/guix.texi (Running Guix in a VM): Remove VM image decompression instruction. <guix system vm-image>: Replace by 'guix system image'. Maxim Cournoyer2021-05-121-9/+6
* gnu: Add python-sqlalchemy-stubs.•••* gnu/packages/databases.scm (python-sqlalchemy-stubs): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net> BonfaceKilz2021-05-121-0/+24
* channels: Add a #:system argument to channel-instances->manifest.•••This allows computing a manifest for a specific system. Previously this was possible, but only through changing %current-system, which caused the derivation to be computed using that system as well (so computing a derivation for aarch64-linux on x86_64-linux would require running aarch64-linux code). This new argument adds the possibility of computing derivations for non-native systems, without having to run non-native code. I'm looking at this as it will enable the Guix Data Service to compute channel instance derivations without relying on QEMU emulation for non-native systems (it should be faster as well). * guix/channels.scm (build-from-source): Add #:system argument and pass to build. (build-channel-instance): Add system argument and pass to build-from-source. (channel-instance-derivations): Add #:system argument and pass to build-channel-instance, also rename system to current-system-value. (channel-instances->manifest): Add #:system argument and pass to channel-instance-derivations. Christopher Baines2021-05-121-14/+19
* Merge branch 'version-1.3.0'Maxim Cournoyer2021-05-1170-123310/+176159
|\
| * gnu: guix: Update to 771b866.Maxim Cournoyer2021-05-111-3/+3
| * gnu: guix: Update to 1.3.0.Maxim Cournoyer2021-05-111-4/+4
| * nls: Update translations.Maxim Cournoyer2021-05-114-9/+7
| * nls: Update translations.Maxim Cournoyer2021-05-1044-123041/+120640
| * .gitignore: Ignore .mo files.•••* .gitignore: Ignore files matching the *.mo pattern. Maxim Cournoyer2021-05-101-0/+1
| * nls: New nl and oc translations for the 'packages' component.•••* po/packages/nl.po: New file. * po/packages/oc.po: Likewise. * po/packages/LINGUAS: Register them. Maxim Cournoyer2021-05-103-0/+41845
| * nls: New oc and si translations for the 'guix' component.•••* po/guix/oc.po: New file. * po/guix/si.po: Likewise. * po/guix/LINGUAS: Register them. Maxim Cournoyer2021-05-103-0/+13258