Commit graph

60434 commits

Author SHA1 Message Date
Jan Wielkiewicz
798335cfbc
gnu: restinio: Update to 0.6.1.1.
* gnu/packages/networking.scm (restinio): Update to 0.6.1.1.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-05-02 12:04:57 +02:00
Jan Wielkiewicz
1d2366202a
gnu: libupnp: Update to 1.8.6.
* gnu/packages/upnp.scm (libupnp): Update to 1.8.6.
[source]: Use git-fetch on the new official repository.
[native-inputs]: Add autoconf, automake, libtool and pkg-config.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-05-02 12:04:57 +02:00
Jan Wielkiewicz
a363978cb9
gnu: Add libnatpmp.
* gnu/packages/networking.scm (libnatpmp): New variable.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-05-02 12:04:56 +02:00
raingloom
807986a55f
gnu: Add f2fs-tools-static.
* gnu/packages/file-systems.scm (f2fs-tools/static): New public variable.

Co-authored-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-05-02 11:49:04 +02:00
Pierre Neidhardt
cc8f31bafb
gnu: emacs-exwm-edit: Update to 20200126.
* gnu/packages/emacs-xyz.scm (emacs-exwm-edit): Update to 20200126.
2020-05-02 11:03:26 +02:00
raingloom
27efeef306
linux-initrd: Add initial support for F2FS.
* gnu/system/linux-initrd.scm (file-system-type-modules): Add f2fs module.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-05-02 10:54:39 +02:00
raingloom
23b37c3d40
file-systems: Add support for F2FS.
* gnu/build/file-systems.scm (%f2fs-endianness): New syntax.
(f2fs-superblock?, read-f2fs-superblock, f2fs-superblock-uuid)
(f2fs-superblock-volume-name, check-f2fs-file-system): New procedures.
(%partition-label-readers, %partition-uuid-readers, check-file-system): Register them.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-05-02 10:49:24 +02:00
Pierre Langlois
5a0b78e62b
services: dnsmasq: Support the --address flag.
Introduce a new `addresses' field that translates to passing `--address='
multiple times to dnsmasq.

* gnu/services/dns.scm (<dnsmasq-configuration>): Add an addresses field.
(dnsmasq-shepherd-service): Match the addresses field and translate it to
multiple '--address=' flags.
* doc/guix.texi (DNS Services): Document it.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2020-05-02 13:00:24 +08:00
Kyle Meyer
f2531a254f
gnu: git-annex: Update to 8.20200501.
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20200501.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2020-05-02 12:40:38 +08:00
Nicolas Goaziou
7e2e37edc2
gnu: emacs-parsebib: Add Texinfo markup.
* gnu/packages/emacs-xyz.scm (emacs-parsebib)
[synopsis]:
[description]: Add Texinfo markup.
2020-05-02 02:27:44 +02:00
Nicolas Goaziou
b8642c5500
gnu: emacs-ebib: Add Texinfo markup in description.
* gnu/packages/emacs-xyz.scm (emacs-ebib)[description]: Add Texinfo markup.
2020-05-02 02:26:21 +02:00
Nicolas Goaziou
2e775ecc23
gnu: emacs-ebib: Update to 2.22.1.
* gnu/packages/emacs-xyz.scm (emacs-ebib): Update to 2.22.1.
2020-05-02 02:19:59 +02:00
Nicolas Goaziou
9dbcc8d0d5
gnu: emacs-parsebib: Update to 2.3.3.
* gnu/packages/emacs-xyz.scm (emacs-parsebib): Update to 2.3.3.
2020-05-02 02:19:16 +02:00
Jonathan Frederickson
ecd56cd1b2
gnu: Add ladspa-bs2b
* gnu/packages/audio.scm (ladspa-bs2b): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-05-01 17:30:16 -04:00
Marius Bakke
934f0b32cf
gnu: icu4c: Update source URI.
The previous URL started serving a HTML page, which ultimately refers to
<https://github.com/unicode-org/icu/releases>.
Reported by butterypancake on #guix.

* gnu/packages/icu4c.scm (icu4c)[source](uri): Change to GitHub.
2020-05-01 22:36:47 +02:00
Marius Bakke
a2522c5da3
doc: Update initrd section to refer to the right Guile variable.
This is a follow-up to commit 57833803b4.

* doc/guix.texi (Initial RAM Disk): Refer to "%guile-3.0-static-stripped"
instead of "%guile-static-stripped".
2020-05-01 22:34:22 +02:00
Nicolas Goaziou
26e11cffb9
gnu: xfe: Use a mirror:// URL.
* gnu/packages/disk.scm (xfe)[source]: Use a mirror://sourceforge URL.
2020-05-01 22:21:19 +02:00
Nicolas Goaziou
ee2649e135
gnu: emacs-emms: Update to 5.4.
* gnu/packages/emacs-xyz.scm (emacs-emms): Update to 5.4.
2020-05-01 22:12:22 +02:00
Marius Bakke
57833803b4
gnu: linux-initrd: Use Guile 3.0.
* gnu/system/linux-initrd.scm (expression->initrd): Change from
%GUILE-STATIC-STRIPPED to %GUILE-3.0-STATIC-STRIPPED.
2020-05-01 22:06:34 +02:00
Marius Bakke
3ba23f0582
gnu: Add relocatable static Guile 3.0 variant.
* gnu/packages/patches/guile-2.2-default-utf8.patch: New file, extracted from
commit 2acfe022a7.
* 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.
2020-05-01 22:06:33 +02:00
Marius Bakke
e66bbd4201
gnu: %guile-static-stripped: Rewrite in terms of 'make-guile-static-stripped'.
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.
2020-05-01 22:06:33 +02:00
Marius Bakke
db7c73f53a
gnu: %guile-static: Rewrite in terms of 'make-guile-static'.
The derivation remains unchanged.

* gnu/packages/make-bootstrap.scm (make-guile-static): New procedure.
(%guile-static): Adjust accordingly.
2020-05-01 22:06:33 +02:00
Raghav Gururajan
7dfc7c5398
gnu: xfe: Fix configuration and icons.
* 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-01 19:19:00 +02:00
Tobias Geerinckx-Rice
7e5c767705
gnu: serd: Update to 0.30.4.
* gnu/packages/rdf.scm (serd): Update to 0.30.4.
2020-05-01 17:32:08 +02:00
Tobias Geerinckx-Rice
eeec9973bc
gnu: quazip: Update to 0.9.
* gnu/packages/compression.scm (quazip): Update to 0.9.
2020-05-01 17:25:44 +02:00
Tobias Geerinckx-Rice
ebf6431b9b
gnu: scummvm: Update to 2.1.2.
* gnu/packages/emulators.scm (scummvm): Update to 2.1.2.
2020-05-01 17:25:44 +02:00
Tobias Geerinckx-Rice
53b9cdd58e
gnu: teeworlds: Update to 0.7.5.
* gnu/packages/games.scm (teeworlds): Update to 0.7.5.
2020-05-01 17:25:44 +02:00
Tobias Geerinckx-Rice
4b50aaade4
gnu: crispy-doom: Update to 5.8.0.
* gnu/packages/games.scm (crispy-doom): Update to 5.8.0.
2020-05-01 17:25:44 +02:00
Tobias Geerinckx-Rice
ee75b46fb4
gnu: five-or-more: Update to 3.32.2.
* gnu/packages/gnome.scm (five-or-more): Update to 3.32.2.
2020-05-01 17:25:43 +02:00
Nicolas Goaziou
5bd2d42e8e
gnu: scintilla: Update to 4.3.3.
* gnu/packages/text-editors.scm (scintilla): Update to 4.3.3.
2020-05-01 16:42:53 +02:00
Brice Waegeneire
dc6eec77a5
doc: Move 'Dictionary Service' under 'Miscellaneous Services'.
* 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-01 16:40:42 +02:00
Brice Waegeneire
c316b85692
doc: Replace section 'Early OOM service' by 'Linux Services'.
* 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-01 16:40:41 +02:00
Raghav Gururajan
8546f4da5b
gnu: udevil: Fix loading of setuid-programs.
* 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-01 16:38:22 +02:00
Nicolas Goaziou
3e2d65aecb
gnu: frescobaldi: Use HTTPS home page URI.
* gnu/packages/music.scm (frescobaldi)[home-page]: Use HTTPS URI.
2020-05-01 16:37:32 +02:00
Nicolas Goaziou
88c586f324
gnu: frescobaldi: Update to 3.1.2.
* gnu/packages/music.scm (frescobaldi): Update to 3.1.2.
2020-05-01 16:37:07 +02:00
Nicolas Goaziou
a5e4713015
gnu: fet: Update to 5.44.4.
* gnu/packages/education.scm (fet): Update to 5.44.4.
[description]: Remove uninformative part.
2020-05-01 16:23:52 +02:00
Nicolas Goaziou
a978840cb2
gnu: emacs-web-mode: Update to 17.
* gnu/packages/emacs-xyz.scm (emacs-web-mode): Update to 17.
[description]: "web-mode" -> "web mode".
2020-05-01 16:14:58 +02:00
Nicolas Goaziou
0f9331e486
gnu: Update emacs-modus-themes.
* gnu/packages/emacs-xyz.scm (emacs-modus-operandi-theme):
(emacs-modus-vivendi-theme): Update to 0.8.0.
2020-05-01 16:10:15 +02:00
Florian Pelz
fd31731b9d
system: Blacklist usbkbd kernel module in default kernel-arguments.
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-01 12:27:52 +00:00
Raghav Gururajan
53e8b852e9
gnu: spacefm: Fix privilege and disk management.
* 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-01 14:10:33 +02:00
Florian Pelz
e06664da02
system: Blacklist usbmouse kernel module in default kernel-arguments.
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-01 08:46:59 +00:00
Florian Pelz
73ddcab607
Revert "install: Pass "modprobe.blacklist=radeon"."
This reverts commit 7859191210, which is no longer
needed since uvesafb was added in 557e6820a7.
2020-05-01 08:26:07 +00:00
Jan (janneke) Nieuwenhuizen
3eb4b466fc
system: hurd: Add /etc/group.
This allows download to run.

* gnu/system/hurd.scm (cross-hurd-image): Add /etc/group with guixbuilder.
2020-05-01 08:52:53 +02:00
Efraim Flashner
9b0c047c53
system: hurd: Add less, which to %base-packages/hurd.
* gnu/system/hurd.scm (%base-packages/hurd): Add less, which.
2020-05-01 08:52:52 +02:00
Jan (janneke) Nieuwenhuizen
37d21a2d50
gnu: guix: Update to 52b01cb700.
* gnu/packages/package-management.scm (guix): Update to 1.1.0-1.52b01cb700.
2020-05-01 08:52:44 +02:00
Jan (janneke) Nieuwenhuizen
52b01cb700
gnu: guix: Apply courage for the Hurd.
* gnu/packages/package-management.scm (guix)[arguments]: When hurd-target? is
true, configure --with-courage.
2020-05-01 08:35:43 +02:00
Jan (janneke) Nieuwenhuizen
38b9af7c92
gnu: guix: Cross-build fixup for wrap-program.
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-01 08:35:17 +02:00
Jan (janneke) Nieuwenhuizen
0c5d974fa1
gnu: guix: Use gnutls-3.6.13 when cross-compiling.
* gnu/packages/package-management.scm (guix)[propagated-inputs]: When
cross-compiling, use patched gnutls-3.6.13.
2020-05-01 08:23:27 +02:00
Ricardo Wurmus
3dbfab479f
gnu: Add libtirpc/hurd.
* 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-01 08:10:50 +02:00
Ricardo Wurmus
2e463d6e2c
gnu: hurd: Add NFS support.
* 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-01 08:10:47 +02:00