summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-01gnu: xfe: Fix configuration and icons.Raghav Gururajan
* gnu/packages/disk.scm (xfe)[arguments]<#:make-flags>: Remove BASH_COMPLETION_DIR. [arguments]<#:phases>[patch-xferc-path]: Remove phase. [arguments]<#:phases>[patch-xfe-paths]: New phase. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-05-01gnu: serd: Update to 0.30.4.Tobias Geerinckx-Rice
* gnu/packages/rdf.scm (serd): Update to 0.30.4.
2020-05-01gnu: quazip: Update to 0.9.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (quazip): Update to 0.9.
2020-05-01gnu: scummvm: Update to 2.1.2.Tobias Geerinckx-Rice
* gnu/packages/emulators.scm (scummvm): Update to 2.1.2.
2020-05-01gnu: teeworlds: Update to 0.7.5.Tobias Geerinckx-Rice
* gnu/packages/games.scm (teeworlds): Update to 0.7.5.
2020-05-01gnu: crispy-doom: Update to 5.8.0.Tobias Geerinckx-Rice
* gnu/packages/games.scm (crispy-doom): Update to 5.8.0.
2020-05-01gnu: five-or-more: Update to 3.32.2.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (five-or-more): Update to 3.32.2.
2020-05-01gnu: scintilla: Update to 4.3.3.Nicolas Goaziou
* gnu/packages/text-editors.scm (scintilla): Update to 4.3.3.
2020-05-01doc: Move 'Dictionary Service' under 'Miscellaneous Services'.Brice Waegeneire
* doc/guix.texi (Dictionary Service): Renamed to singular and changed from 'subsubsection' to 'subheading'. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-05-01doc: Replace section 'Early OOM service' by 'Linux Services'.Brice Waegeneire
* doc/guix.texi (Linux Services): Changed from 'subsubheading' to 'subsection'. (Early OOM Service, Kernel Module Loader Service): Moved under 'Linux Services'. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-05-01gnu: udevil: Fix loading of setuid-programs.Raghav Gururajan
* gnu/packages/disk.scm (udevil)[arguments]<#:configure-flags>: Add "--with-mount-prog", "--with-umount-prog", "--with-losetup-prog", "--with-setfacl-prog". [arguments]<#:phases>[patch-udevil-reference]: New phase. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-05-01gnu: frescobaldi: Use HTTPS home page URI.Nicolas Goaziou
* gnu/packages/music.scm (frescobaldi)[home-page]: Use HTTPS URI.
2020-05-01gnu: frescobaldi: Update to 3.1.2.Nicolas Goaziou
* gnu/packages/music.scm (frescobaldi): Update to 3.1.2.
2020-05-01gnu: fet: Update to 5.44.4.Nicolas Goaziou
* gnu/packages/education.scm (fet): Update to 5.44.4. [description]: Remove uninformative part.
2020-05-01gnu: emacs-web-mode: Update to 17.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-web-mode): Update to 17. [description]: "web-mode" -> "web mode".
2020-05-01gnu: Update emacs-modus-themes.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-modus-operandi-theme): (emacs-modus-vivendi-theme): Update to 0.8.0.
2020-05-01system: Blacklist usbkbd kernel module in default kernel-arguments.Florian Pelz
This is said to avoid a race with the usbhid kernel module. See <https://issues.guix.gnu.org/35574#18>. * gnu/system.scm (%default-modprobe-blacklist): Blacklist it.
2020-05-01gnu: spacefm: Fix privilege and disk management.Raghav Gururajan
* gnu/packages/lxde.scm (spacefm)[inputs]: Remove dbus. Add ktsuss. [arguments]<#:phases>[patch-source-files]: New phase. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-05-01system: Blacklist usbmouse kernel module in default kernel-arguments.Florian Pelz
This avoids a race with the bcm5974 kernel module. Fixes <https://bugs.gnu.org/35574>. * gnu/system.scm (%default-modprobe-blacklist): New variable. (<operating-system>)[kernel-arguments]: Default to ... (%default-kernel-arguments): ... this new variable. * doc/guix.texi (operating-system Reference): Document the change.
2020-05-01Revert "install: Pass "modprobe.blacklist=radeon"."Florian Pelz
This reverts commit 785919121066a10b291d783b6903b5e368e992a8, which is no longer needed since uvesafb was added in 557e6820a77b24f8f3f03f28ee473137b1caeb64.
2020-05-01system: hurd: Add /etc/group.Jan (janneke) Nieuwenhuizen
This allows download to run. * gnu/system/hurd.scm (cross-hurd-image): Add /etc/group with guixbuilder.
2020-05-01system: hurd: Add less, which to %base-packages/hurd.Efraim Flashner
* gnu/system/hurd.scm (%base-packages/hurd): Add less, which.
2020-05-01gnu: guix: Update to 52b01cb700.Jan (janneke) Nieuwenhuizen
* gnu/packages/package-management.scm (guix): Update to 1.1.0-1.52b01cb700.
2020-05-01gnu: guix: Apply courage for the Hurd.Jan (janneke) Nieuwenhuizen
* gnu/packages/package-management.scm (guix)[arguments]: When hurd-target? is true, configure --with-courage.
2020-05-01gnu: guix: Cross-build fixup for wrap-program.Jan (janneke) Nieuwenhuizen
This allows running: guix build hello * gnu/packages/package-management.scm (guix)[arguments]: When cross-compiling, fixup the shebang generated by wrap-program. [inputs]: When cross-compiling, include bash-minimal.
2020-05-01gnu: guix: Use gnutls-3.6.13 when cross-compiling.Jan (janneke) Nieuwenhuizen
* gnu/packages/package-management.scm (guix)[propagated-inputs]: When cross-compiling, use patched gnutls-3.6.13.
2020-05-01gnu: Add libtirpc/hurd.Ricardo Wurmus
* gnu/packages/onc-rpc.scm (libtirpc/hurd): New variable. * gnu/packages/patches/libtirpc-hurd-client.patch, gnu/packages/patches/libtirpc-hurd.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them.
2020-05-01gnu: hurd: Add NFS support.Ricardo Wurmus
* gnu/packages/hurd.scm (hurd)[inputs]: Add libtirpc/hurd. [arguments]: Add configure flags to use libtirpc; add phase "find-tirpc" to find the RPC headers; add phase "fix-rpc-headers" to include missing headers.
2020-05-01gnu: hurd: Use default QEMU guest IP: 10.0.2.15.Jan (janneke) Nieuwenhuizen
Specifying 10.0.2.77 also works -device rtl8139,netdev=net0 -netdev user,id=net0,hostfwd=tcp:127.0.0.1:2228-10.0.2.77:22 but using this default allows us to use the widely advertised -device rtl8139,netdev=net0 -netdev user,id=net0,hostfwd=tcp:127.0.0.1:2228-:22 * gnu/packages/hurd.scm (hurd-rc-script): Used from (hurd)[inputs]: Use 10.0.2.15; the default QEMU guest IP.
2020-05-01gnu: hurd: Fix references to /bin/w.Rene Saavedra
* gnu/packages/hurd.scm (hurd): Use '/bin/w' from hurd package.
2020-04-30gnu: VLC: Update to 3.0.10.Leo Famulari
* gnu/packages/patches/vlc-fix-test_libvlc_slaves.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/video.scm (vlc): Update to 3.0.10. [source]: Remove obsolete patch. [arguments]: Remove obsolete workarounds for libssh and fribidi compatibility issues in 'patch-source' phase.
2020-04-30gnu: libmicrodns: Update to 0.1.2 [security fixes].Leo Famulari
This fixes CVE-2020-6071, CVE-2020-6072, CVE-2020-6073, CVE-2020-6077, CVE-2020-6078, and CVE-2020-6079. * gnu/packages/dns.scm (libmicrodns): Update to 0.1.2. [source]: Build from a tarball. [build-system]: Use the meson-build-system. [native-inputs]: Remove field.
2020-05-01gnu: Add usbguard.Brice Waegeneire
* gnu/packages/hardware.scm (usbguard): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-05-01gnu: Add libqb.Brice Waegeneire
* gnu/packages/hardware.scm (libqb): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-05-01gnu: umockdev: Fix test.Brice Waegeneire
* gnu/packages/check.scm (umockdev)[inputs]: Remove 'gobject-introspection'. [arguments]: Replace phase 'skip-broken-test' by 'fix-test'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-05-01gnu: Add apt-mirror.Jean-Baptiste Note
* gnu/packages/debian.scm (apt-mirror): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-05-01gnu: balsa: Update to 2.6.0.Rene Saavedra
* gnu/packages/mail.scm (balsa): Update to 2.6.0. [inputs]: Replace gmime-2.6 with gmime; add libical and libsecret. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-05-01profiles: Mark manual database as non-substitutable.Ludovic Courtès
Fixes <https://bugs.gnu.org/40381>. Reported by pkill9 <pkill9@runbox.com>. * guix/profiles.scm (manual-database): Pass #:substitutable? #f.
2020-04-30Merge branch 'master' into core-updatesMarius Bakke
Conflicts: gnu/local.mk gnu/packages/backup.scm gnu/packages/emacs-xyz.scm gnu/packages/guile.scm gnu/packages/lisp.scm gnu/packages/openldap.scm gnu/packages/package-management.scm gnu/packages/web.scm gnu/packages/xorg.scm
2020-04-30gnu: emacs-toml-mode: Fix syntax error in description.Marius Bakke
* gnu/packages/emacs-xyz.scm (emacs-toml-mode)[description]: Replace usage of @acronym with @dfn to work around a Guile Texinfo limitation.
2020-04-30doc: Bootloader Configuration: Fix an obsolete example.Leo Famulari
Reported by rawmat on #guix. * doc/guix.texi (Bootloader Configuration): Replace 'grub-configuration' with 'bootloader-configuration'.
2020-04-30gnu: guile-json: Update to 3.5.0.Marius Bakke
* gnu/packages/patches/guile-json-cross.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/guile.scm (guile-json-3): Update to 3.5.0. [source](patches): Remove. [native-inputs]: Remove AUTOCONF and AUTOMAKE. [arguments]: Remove.
2020-04-30gnu: diffoscope: Update to 143.Vagrant Cascadian
* gnu/packages/diffoscope (diffoscope): Update to 143. [native-inputs]: Add openssl and python-h5py. [arguments] Add openssl to add-known-tools phase. [arguments] Remove hdf5 from add-known-tools phase, added upstream.
2020-04-30gnu: MPD: Update to 0.21.23.Leo Famulari
* gnu/packages/mpd.scm (mpd): Update to 0.21.23.
2020-04-30gnu: libntlm: Update to 1.6 [fixes CVE-2019-17455].Simon Josefsson
* gnu/packages/gsasl.scm (libntlm): Update to 1.6. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-04-30gnu: sbcl-osicat: Fix library path.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-osicat)[arguments]: Replace 'cleanup phase to preserve the location of libosicat.so so that it can be found when loading the system.
2020-04-30gnu: r-vgam: Update to 1.1-3.Ricardo Wurmus
* gnu/packages/statistics.scm (r-vgam): Update to 1.1-3. [inputs]: Move gfortran from here... [native-inputs]: ...to here.
2020-04-30gnu: r-rcpparmadillo: Update to 0.9.870.2.0.Ricardo Wurmus
* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.9.870.2.0.
2020-04-30gnu: r-spatial: Update to 7.3-12.Ricardo Wurmus
* gnu/packages/statistics.scm (r-spatial): Update to 7.3-12.
2020-04-30gnu: r-nnet: Update to 7.3-14.Ricardo Wurmus
* gnu/packages/statistics.scm (r-nnet): Update to 7.3-14.