summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
...
| * gnu: crispy-doom: Update to 5.8.0.Tobias Geerinckx-Rice2020-05-01
| | | | | | | | * gnu/packages/games.scm (crispy-doom): Update to 5.8.0.
| * gnu: five-or-more: Update to 3.32.2.Tobias Geerinckx-Rice2020-05-01
| | | | | | | | * gnu/packages/gnome.scm (five-or-more): Update to 3.32.2.
| * gnu: scintilla: Update to 4.3.3.Nicolas Goaziou2020-05-01
| | | | | | | | * gnu/packages/text-editors.scm (scintilla): Update to 4.3.3.
| * gnu: udevil: Fix loading of setuid-programs.Raghav Gururajan2020-05-01
| | | | | | | | | | | | | | | | | | * 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>
| * gnu: frescobaldi: Use HTTPS home page URI.Nicolas Goaziou2020-05-01
| | | | | | | | * gnu/packages/music.scm (frescobaldi)[home-page]: Use HTTPS URI.
| * gnu: frescobaldi: Update to 3.1.2.Nicolas Goaziou2020-05-01
| | | | | | | | * gnu/packages/music.scm (frescobaldi): Update to 3.1.2.
| * gnu: fet: Update to 5.44.4.Nicolas Goaziou2020-05-01
| | | | | | | | | | * gnu/packages/education.scm (fet): Update to 5.44.4. [description]: Remove uninformative part.
| * gnu: emacs-web-mode: Update to 17.Nicolas Goaziou2020-05-01
| | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-web-mode): Update to 17. [description]: "web-mode" -> "web mode".
| * gnu: Update emacs-modus-themes.Nicolas Goaziou2020-05-01
| | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-modus-operandi-theme): (emacs-modus-vivendi-theme): Update to 0.8.0.
| * system: Blacklist usbkbd kernel module in default kernel-arguments.Florian Pelz2020-05-01
| | | | | | | | | | | | | | 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.
| * gnu: spacefm: Fix privilege and disk management.Raghav Gururajan2020-05-01
| | | | | | | | | | | | | | | | * 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>
| * system: Blacklist usbmouse kernel module in default kernel-arguments.Florian Pelz2020-05-01
| | | | | | | | | | | | | | | | | | | | 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.
| * Revert "install: Pass "modprobe.blacklist=radeon"."Florian Pelz2020-05-01
| | | | | | | | | | This reverts commit 785919121066a10b291d783b6903b5e368e992a8, which is no longer needed since uvesafb was added in 557e6820a77b24f8f3f03f28ee473137b1caeb64.
| * gnu: VLC: Update to 3.0.10.Leo Famulari2020-04-30
| | | | | | | | | | | | | | | | | | * 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.
| * gnu: libmicrodns: Update to 0.1.2 [security fixes].Leo Famulari2020-04-30
| | | | | | | | | | | | | | | | | | | | 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.
| * gnu: Add usbguard.Brice Waegeneire2020-05-01
| | | | | | | | | | | | * gnu/packages/hardware.scm (usbguard): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add libqb.Brice Waegeneire2020-05-01
| | | | | | | | | | | | * gnu/packages/hardware.scm (libqb): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: umockdev: Fix test.Brice Waegeneire2020-05-01
| | | | | | | | | | | | | | | | * 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>
| * gnu: Add apt-mirror.Jean-Baptiste Note2020-05-01
| | | | | | | | | | | | * gnu/packages/debian.scm (apt-mirror): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: balsa: Update to 2.6.0.Rene Saavedra2020-05-01
| | | | | | | | | | | | | | * 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>
* | gnu: behave: Fix build with Python 3.8.Christopher Baines2020-05-02
| | | | | | | | | | | | | | | | | | | | Add a patch based on an upstream commit [1]. 1: c000c88eb5239b87f299c85e83b349b0ef387ae7 * gnu/packages/patches/behave-skip-a-couple-of-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/check.scm (behave)[source]: Use the patch.
* | gnu: python-gst: Fix build with Python 3.8.Christopher Baines2020-05-02
| | | | | | | | | | | | | | | | | | | | Add a patch based on an upstream commit [1]. 1: 10707f437f2fc3632067c6a0efa4432f7ebaf362 * gnu/packages/patches/python-gst-fix-build-with-python-3.8.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gstreamer.scm (python-gst)[source]: Use the patch.
* | gnu: libdbusmenu: Fix build failure.Marius Bakke2020-05-02
| | | | | | | | | | * gnu/packages/gtk.scm (libdbusmenu)[arguments]: Add phase do-not-treat-warnings-as-errors.
* | gnu: linux-initrd: Use Guile 3.0.Marius Bakke2020-05-01
| | | | | | | | | | * gnu/system/linux-initrd.scm (expression->initrd): Change from %GUILE-STATIC-STRIPPED to %GUILE-3.0-STATIC-STRIPPED.
* | gnu: Add relocatable static Guile 3.0 variant.Marius Bakke2020-05-01
| | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/guile-2.2-default-utf8.patch: New file, extracted from commit 2acfe022a740f79b593348cc6362cc4ee8f33bb4. * gnu/packages/patches/guile-3.0-linux-syscalls.patch, gnu/packages/patches/guile-3.0-relocatable.patch: New files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. Move all Guile patches together while at it. * gnu/packages/make-bootstrap.scm (%guile-3.0-static-stripped): New public variable.
* | gnu: %guile-static-stripped: Rewrite in terms of 'make-guile-static-stripped'.Marius Bakke2020-05-01
| | | | | | | | | | | | | | The derivation changes slightly, but the end result is bit-identical. * gnu/packages/make-bootstrap.scm (make-guile-static-stripped): New procedure. (%guile-static-stripped): Adjust accordingly.
* | gnu: %guile-static: Rewrite in terms of 'make-guile-static'.Marius Bakke2020-05-01
| | | | | | | | | | | | | | The derivation remains unchanged. * gnu/packages/make-bootstrap.scm (make-guile-static): New procedure. (%guile-static): Adjust accordingly.
* | system: hurd: Add /etc/group.Jan (janneke) Nieuwenhuizen2020-05-01
| | | | | | | | | | | | This allows download to run. * gnu/system/hurd.scm (cross-hurd-image): Add /etc/group with guixbuilder.
* | system: hurd: Add less, which to %base-packages/hurd.Efraim Flashner2020-05-01
| | | | | | | | * gnu/system/hurd.scm (%base-packages/hurd): Add less, which.
* | gnu: guix: Update to 52b01cb700.Jan (janneke) Nieuwenhuizen2020-05-01
| | | | | | | | * gnu/packages/package-management.scm (guix): Update to 1.1.0-1.52b01cb700.
* | gnu: guix: Apply courage for the Hurd.Jan (janneke) Nieuwenhuizen2020-05-01
| | | | | | | | | | * gnu/packages/package-management.scm (guix)[arguments]: When hurd-target? is true, configure --with-courage.
* | gnu: guix: Cross-build fixup for wrap-program.Jan (janneke) Nieuwenhuizen2020-05-01
| | | | | | | | | | | | | | | | | | | | 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.
* | gnu: guix: Use gnutls-3.6.13 when cross-compiling.Jan (janneke) Nieuwenhuizen2020-05-01
| | | | | | | | | | * gnu/packages/package-management.scm (guix)[propagated-inputs]: When cross-compiling, use patched gnutls-3.6.13.
* | gnu: Add libtirpc/hurd.Ricardo Wurmus2020-05-01
| | | | | | | | | | | | | | * 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.
* | gnu: hurd: Add NFS support.Ricardo Wurmus2020-05-01
| | | | | | | | | | | | * 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.
* | gnu: hurd: Use default QEMU guest IP: 10.0.2.15.Jan (janneke) Nieuwenhuizen2020-05-01
| | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | gnu: hurd: Fix references to /bin/w.Rene Saavedra2020-05-01
| | | | | | | | * gnu/packages/hurd.scm (hurd): Use '/bin/w' from hurd package.
* | Merge branch 'master' into core-updatesMarius Bakke2020-04-30
|\| | | | | | | | | | | | | | | | | | | | | | | | | 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
| * gnu: emacs-toml-mode: Fix syntax error in description.Marius Bakke2020-04-30
| | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-toml-mode)[description]: Replace usage of @acronym with @dfn to work around a Guile Texinfo limitation.
| * gnu: diffoscope: Update to 143.Vagrant Cascadian2020-04-30
| | | | | | | | | | | | | | * 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.
| * gnu: MPD: Update to 0.21.23.Leo Famulari2020-04-30
| | | | | | | | * gnu/packages/mpd.scm (mpd): Update to 0.21.23.
| * gnu: libntlm: Update to 1.6 [fixes CVE-2019-17455].Simon Josefsson2020-04-30
| | | | | | | | | | | | * gnu/packages/gsasl.scm (libntlm): Update to 1.6. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: sbcl-osicat: Fix library path.Pierre Neidhardt2020-04-30
| | | | | | | | | | | | * 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.
| * gnu: r-vgam: Update to 1.1-3.Ricardo Wurmus2020-04-30
| | | | | | | | | | | | * gnu/packages/statistics.scm (r-vgam): Update to 1.1-3. [inputs]: Move gfortran from here... [native-inputs]: ...to here.
| * gnu: r-rcpparmadillo: Update to 0.9.870.2.0.Ricardo Wurmus2020-04-30
| | | | | | | | * gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.9.870.2.0.
| * gnu: r-spatial: Update to 7.3-12.Ricardo Wurmus2020-04-30
| | | | | | | | * gnu/packages/statistics.scm (r-spatial): Update to 7.3-12.
| * gnu: r-nnet: Update to 7.3-14.Ricardo Wurmus2020-04-30
| | | | | | | | * gnu/packages/statistics.scm (r-nnet): Update to 7.3-14.
| * gnu: r-kernsmooth: Update to 2.23-17.Ricardo Wurmus2020-04-30
| | | | | | | | * gnu/packages/statistics.scm (r-kernsmooth): Update to 2.23-17.
| * gnu: r-foreign: Update to 0.8-79.Ricardo Wurmus2020-04-30
| | | | | | | | * gnu/packages/statistics.scm (r-foreign): Update to 0.8-79.
| * gnu: r-class: Update to 7.3-17.Ricardo Wurmus2020-04-30
| | | | | | | | * gnu/packages/statistics.scm (r-class): Update to 7.3-17.