summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: ledger: Update to 3.2.0.Marius Bakke2020-05-02
| | | | | | * gnu/packages/finance.scm (ledger): Update to 3.2.0. [arguments]: Add #:modules and #:imported-modules. Add phase 'fix-python-installation-directory'.
* Revert "gnu: Add warsow-qfusion."Marius Bakke2020-05-02
| | | | | | 'warsow-qfusion-fix-bool-return-type.patch' is missing. This reverts commit 39f1806ca1d04b9aee70e897e06466aadbbee152.
* gnu: Add warsow-qfusion.Pierre Neidhardt2020-05-02
| | | | * gnu/local.mk (warsow-qfusion): New variable.
* gnu: Add emacs-gitlab-snip-helm.Oleg Pykhalov2020-05-02
| | | | * gnu/packages/emacs-xyz.scm (emacs-gitlab-snip-helm): New variable.
* gnu: Add guile3.0-ncurses-with-gpm.Martin Becze2020-05-02
| | | | | | * gnu/packages/guile-xyz.scm (guile3.0-ncurses/gpm): New variable. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: Add guile3.0-ncurses.Martin Becze2020-05-02
| | | | | | | | | * gnu/packages/guile-xyz.scm (guile-ncurses)[arguments]: Use Guile effective version instead of hardcoding the version number in the libary path. Also import the required module to do that. (guile3.0-ncurses): New variable. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: jami: Add epoll support.Jan Wielkiewicz2020-05-02
| | | | | | * gnu/packages/jami.scm (jami)[arguments]: Add epoll support on Linux systems. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: jami: Use gettext-minimal.Jan Wielkiewicz2020-05-02
| | | | | | | * gnu/packages/jami.scm (jami)[native-inputs]: Use "gettext-minimal" instead of "gnu-gettext". Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: pjproject-jami: Update to 2.10.Jan Wielkiewicz2020-05-02
| | | | | | | | | * gnu/packages/telephony.scm (pjproject): Update to 2.10, [source]: reorder "file-name" and "sha256" fields. * gnu/packages/jami.scm (%jami-version): Update to 20200401.1.6f090d, (pjproject-jami)[arguments]: apply patches related to 2.10. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: jami: Make gettext a native input.Jan Wielkiewicz2020-05-02
| | | | | | | * gnu/packages/jami.scm (jami)[inputs]: Move "gettext" to ... [native-inputs]: ... here. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: libring: Add libnatpmp dependency.Jan Wielkiewicz2020-05-02
| | | | | | | | | This library isn't mandatory, but it works better with new routers than libupnp. * gnu/packages/jami.scm (libring)[inputs]: Add libnatpmp. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: jami: Create a jami-apply-dependency-patches procedure.Jan Wielkiewicz2020-05-02
| | | | | | | | | * gnu/packages/jami.scm (pjproject-jami) [native-inputs]: Rename "savoir-faire-linux-patches" to "sfl-patches". [arguments]: Move Jami patching procedure to ... (jami-apply-dependency-patches): ... this new procedure. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: jami: Fix download.Jan Wielkiewicz2020-05-02
| | | | | | | | | | | | The package name changed from Ring to Jami. Package tarballs start now with "jami_" prefix. The "ring-release" folder is also deprecated, let's use the "release" folder instead. * gnu/packages/jami.scm (jami-source)[origin]: Change the uri from "https://dl.jami.net/ring-release/tarballs/ring_" to "https://dl.jami.net/release/tarballs/jami_". Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: telephony: Move Jami and its dependencies to jami.scm.Jan Wielkiewicz2020-05-02
| | | | | | | | | | | | | Jami is a massive package and its developers modify many libraries. Keeping them in a single file makes maintenance easier. * gnu/packages/telephony.scm (%jami-version, jami-source, pjproject-jami, libring, libringclient, jami, jami-client-gnome): Move to ... * gnu/packages/jami.scm: ... this new file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: opendht: Update to 2.0.0.Jan Wielkiewicz2020-05-02
| | | | | | * gnu/packages/networking.scm (opendht): Update to 2.0.0. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: restinio: Update to 0.6.1.1.Jan Wielkiewicz2020-05-02
| | | | | | * gnu/packages/networking.scm (restinio): Update to 0.6.1.1. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: libupnp: Update to 1.8.6.Jan Wielkiewicz2020-05-02
| | | | | | | | * 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>
* gnu: Add libnatpmp.Jan Wielkiewicz2020-05-02
| | | | | | * gnu/packages/networking.scm (libnatpmp): New variable. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: Add f2fs-tools-static.raingloom2020-05-02
| | | | | | * gnu/packages/file-systems.scm (f2fs-tools/static): New public variable. Co-authored-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: emacs-exwm-edit: Update to 20200126.Pierre Neidhardt2020-05-02
| | | | * gnu/packages/emacs-xyz.scm (emacs-exwm-edit): Update to 20200126.
* linux-initrd: Add initial support for F2FS.raingloom2020-05-02
| | | | | | * gnu/system/linux-initrd.scm (file-system-type-modules): Add f2fs module. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* file-systems: Add support for F2FS.raingloom2020-05-02
| | | | | | | | | * 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>
* services: dnsmasq: Support the --address flag.Pierre Langlois2020-05-02
| | | | | | | | | | | | 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>
* gnu: git-annex: Update to 8.20200501.Kyle Meyer2020-05-02
| | | | | | * gnu/packages/haskell-apps.scm (git-annex): Update to 8.20200501. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: emacs-parsebib: Add Texinfo markup.base-for-series-3792Nicolas Goaziou2020-05-02
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-parsebib) [synopsis]: [description]: Add Texinfo markup.
* gnu: emacs-ebib: Add Texinfo markup in description.Nicolas Goaziou2020-05-02
| | | | * gnu/packages/emacs-xyz.scm (emacs-ebib)[description]: Add Texinfo markup.
* gnu: emacs-ebib: Update to 2.22.1.Nicolas Goaziou2020-05-02
| | | | * gnu/packages/emacs-xyz.scm (emacs-ebib): Update to 2.22.1.
* gnu: emacs-parsebib: Update to 2.3.3.Nicolas Goaziou2020-05-02
| | | | * gnu/packages/emacs-xyz.scm (emacs-parsebib): Update to 2.3.3.
* gnu: Add ladspa-bs2bJonathan Frederickson2020-05-01
| | | | | | * gnu/packages/audio.scm (ladspa-bs2b): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: icu4c: Update source URI.Marius Bakke2020-05-01
| | | | | | | | 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.
* gnu: xfe: Use a mirror:// URL.base-for-series-3785Nicolas Goaziou2020-05-01
| | | | * gnu/packages/disk.scm (xfe)[source]: Use a mirror://sourceforge URL.
* gnu: emacs-emms: Update to 5.4.Nicolas Goaziou2020-05-01
| | | | * gnu/packages/emacs-xyz.scm (emacs-emms): Update to 5.4.
* gnu: xfe: Fix configuration and icons.Raghav Gururajan2020-05-01
| | | | | | | | | * 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>
* gnu: serd: Update to 0.30.4.Tobias Geerinckx-Rice2020-05-01
| | | | * gnu/packages/rdf.scm (serd): Update to 0.30.4.
* gnu: quazip: Update to 0.9.Tobias Geerinckx-Rice2020-05-01
| | | | * gnu/packages/compression.scm (quazip): Update to 0.9.
* gnu: scummvm: Update to 2.1.2.Tobias Geerinckx-Rice2020-05-01
| | | | * gnu/packages/emulators.scm (scummvm): Update to 2.1.2.
* gnu: teeworlds: Update to 0.7.5.Tobias Geerinckx-Rice2020-05-01
| | | | * gnu/packages/games.scm (teeworlds): Update to 0.7.5.
* 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.base-for-series-3778Florian 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.