| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
| |
* guix/scripts/describe.scm (%available-formats): New variable.
(list-formats): New procedure.
(%options, show-help): Add --list-formats
* doc/guix.texi: Add --list-formats
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
| |
* doc/build.scm (guile-lib/htmlprag-fixed)[source]: Remove.
[arguments]: Add 'fix-htmlprag' phase.
|
|
|
|
|
|
| |
Fixes CVE-2020-10957, CVE-2020-10958, and CVE-2020-10967.
* gnu/packages/mail.scm (dovecot): Update to 2.3.10.1.
|
|
|
|
| |
* gnu/packages/guile-xyz.scm (guile-studio): Update to 0.0.2-1.d24d59a.
|
|
|
|
|
| |
* gnu/packages/guile-xyz.scm (guile-studio)[inputs]: Replace guile-2.2 with
guile-3.0.
|
|
|
|
| |
* gnu/packages/web.scm (ikiwiki)[inputs]: Add perl-lwpx-paranoidagent.
|
|
|
|
| |
* gnu/packages/web.scm (perl-lwpx-paranoidagent): New variable.
|
|
|
|
|
| |
* guix/build/minify-build-system.scm (install): Produce an error if the
minified file is zero bytes.
|
|
|
|
| |
* gnu/packages/kde.scm (kcachegrind): Update to 19.08.3.
|
|
|
|
| |
* gnu/packages/kde.scm (kqtquickcharts): Update to 19.08.3.
|
|
|
|
|
|
|
|
| |
* gnu/packages/patches/kpmcore-fix-tests.patch,
gnu/packages/patches/kpmcore-remove-broken-test.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/kde.scm (kpmcore): Update to 4.1.0.
[source](patches): Remove.
|
|
|
|
| |
* gnu/packages/kde.scm (qca): Update to 2.3.0.
|
|
|
|
| |
* gnu/packages/kde.scm (libkomparediff2): Update to 19.08.3.
|
|
|
|
|
| |
* gnu/packages/kde.scm (krita): Update to 4.2.9.
[arguments]: Add special configure flag for OPENEXR instead of ILMBASE.
|
|
|
|
| |
* gnu/packages/kde.scm (kdiagram): Update to 2.7.0.
|
|
|
|
|
|
| |
* gnu/packages/cups.scm (cups): Use PACKAGE/INHERIT.
[replacement]: Remove.
(cups-2.3.3): Remove variable.
|
|
|
|
| |
* gnu/packages/mail.scm (mu): Update to 1.4.6.
|
|
|
|
|
|
|
| |
* gnu/packages/julia.scm (julia)[arguments]: Adjust configure-flag to
specify the correct llvm version.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
| |
* gnu/packages/elf.scm (elfutils)[arguments]: Skip tests on powerpc.
|
|
|
|
|
| |
* gnu/packages/maths.scm (gsl)[arguments]: Skip the same set of tests on
powerpc as skipped on aarch64.
|
|
|
|
|
| |
* gnu/packages/valgrind.scm (valgrind)[arguments]: Add make-flags for
CPU optimizations when building on powerpc.
|
|
|
|
| |
* gnu/packages/dns.scm (knot): Update to 2.9.4.
|
|
|
|
| |
* gnu/packages/backup.scm (burp): Update to 2.3.26.
|
|
|
|
| |
* gnu/packages/guile-xyz.scm (guile-config): Update to 0.4.0.
|
|
|
|
|
|
|
| |
* gnu/packages/linux.scm (lm-sensors)[arguments]: Patch unqualified
references to ‘egrep’ as well as ‘grep’.
Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes CVE-2020-12867 (GHSL-2020-075), CVE-2020-12862 (GHSL-2020-082),
CVE-2020-12863 (GHSL-2020-083), CVE-2020-12865 (GHSL-2020-084), and
several other memory management bugs.
Mitigates CVE-2020-12866 (GHSL-2020-079), CVE-2020-12861 (GHSL-2020-080),
and CVE-2020-12864 (GHSL-2020-081).
* gnu/packages/scanner.scm (sane-backends-minimal): Update to 1.0.30.
|
|
|
|
|
|
| |
gnu/packages/web-browsers.scm (bombadillo): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
|
|
|
|
|
|
| |
This follows up on 1a1faa78b0498fbb71f1533beb4b65817c1d3f2a, and avoids
the (non-fatal) error seen in <https://issues.guix.gnu.org/41356>.
/gnu/store will remain writable on new foreign distribution
installations until the next release.
* etc/guix-install.sh (sys_enable_guix_daemon): Check for
‘gnu-store.mount’ presence before trying to cp it.
Update forgotten copyright header.
|
|
|
|
|
| |
* gnu/packages/cups.scm (cups-minimal, cups)[replacement]: New fields.
(cups-minimal-2.3.3, cups-2.3.3): New public variables.
|
|
|
|
|
| |
* gnu/packages/admin.scm (acpica)[description]: Substitute @acronym{}
for @dfn{}.
|
|
|
|
| |
* gnu/packages/admin.scm (acpica)[synopsis]: Fix typo or grammar.
|
|
|
|
| |
* gnu/packages/admin.scm (acpica): Update to 20200430.
|
|
|
|
|
| |
* gnu/packages/kde.scm (kdeconnect)[arguments]: Add configure-flag to
set libexec as a top-level directory in the output.
|
|
|
|
| |
* gnu/packages/scheme.scm (racket): Update to 7.7.
|
|
|
|
|
| |
* gnu/packages/virtualization.scm (qemu-minimal)[arguments]: Use 'match'
to target the correct architecture.
|
|
|
|
| |
* doc/guix.texi (Build Systems): Fix meson build system description.
|
|
|
|
|
|
|
|
| |
* gnu/packages/gnome.scm (soundconverter): Update to 3.0.2.
[source]: Remove upstreamed patch.
* gnu/packages/patches/soundconverter-remove-gconf-dependency.patch:
Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
|
|
|
| |
* gnu/packages/mail.scm (alpine)[arguments]: Use ${target}-gcc when
cross-compiling.
|
|
|
|
|
| |
* gnu/packages/mail.scm (alpine): Update to 2.22.
[arguments]: Add ‘assume-shadow-passwords’ phase.
|
|
|
|
| |
* gnu/packages/networking.scm (spiped): Update to 1.6.1.
|
|
|
|
|
|
|
| |
* gnu/packages/java.scm (java-xz): Remove duplicate variable.
(java-plexus-archiver)[inputs]: Use java-xz.
* gnu/packages/java-compression.scm (java-tukaani-xz): Rename to
java-xz.
|
|
|
|
|
|
|
| |
* gnu/packages/games.scm (julius)[source](snippet): Remove
ext/{dirent,png,SDL2,zlib}.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
|
|
|
|
|
| |
* gnu/packages/games.scm (julius): Update to 1.4.0.
[inputs]: Add new dependency libpng.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
|
|
| |
* gnu/packages/telephony.scm (mumble)[arguments] End install phase with #t.
|
|
|
|
|
| |
* gnu/packages/geo.scm (java-jmapviewer)[arguments]: Return #t from install
phase.
|
|
|
|
| |
* gnu/packages/games.scm (supertux): Update to 0.6.2.
|
|
|
|
| |
* gnu/packages/music.scm (padthv1): Update to 0.9.14.
|
|
|
|
| |
* gnu/packages/music.scm (samplv1): Update to 0.9.14.
|
|
|
|
| |
* gnu/packages/music.scm (drumkv1): Update to 0.9.14.
|
|
|
|
| |
* gnu/packages/music.scm (synthv1): Update to 0.9.14.
|