summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: nftables: Enable json output.fesoj0002022-03-25
| | | | | | * gnu/packages/linux.scm (nftables)[inputs]: Add jansson. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: nftables: Enable build of manpages.fesoj0002022-03-25
| | | | | | * gnu/packages/linux.scm (nftables)[native-inputs]: Add docbook2x. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add gigolo.Feng Shu2022-03-25
| | | | | | * gnu/packages/xfce.scm (gigolo): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add curlie.Imran Iqbal2022-03-25
| | | | | | * gnu/packages/curl.scm (curlie): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: akku: Update to 1.1.0.raingloom2022-03-25
| | | | | | * gnu/packages/package-management.scm (akku): Update to 1.1.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: hwloc: Update to 2.7.1.Philippe SWARTVAGHER2022-03-25
| | | | | | * gnu/packages/mpi.scm (hwloc-2): Update to 2.7.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: txr: Update to 274.Guillaume Le Vaillant2022-03-25
| | | | * gnu/packages/lisp.scm (txr): Update to 274.
* gnu: postgis: Update to 3.2.1.Felix Gruber2022-03-25
| | | | | | * gnu/packages/geo.scm (postgis): Update to 3.2.1. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: cl-clack: Update to 2.0.0-2.6fd0279.jgart2022-03-25
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-clack): Update to 2.0.0-2.6fd0279. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: cl-contextl: Update to 1.0.0-2.f4fb3f5.jgart2022-03-25
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-contextl): Update to 1.0.0-2.f4fb3f5. [version]: Use revision variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: prusa-slicer: Update to 2.4.1.Guillaume Le Vaillant2022-03-25
| | | | * gnu/packages/engineering.scm (prusa-slicer): Update to 2.4.1.
* gnu: tremc: Update to 0.9.3.Leo Famulari2022-03-24
| | | | | | | * gnu/packages/bittorrent.scm (tremc): Update to 0.9.3. [source]: Remove obsolete patch. * gnu/packages/patches/tremc-fix-decodestring.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: Add python-flake8-isort.Maxim Cournoyer2022-03-24
| | | | * gnu/packages/python-xyz.scm (python-flake8-isort): New variable.
* gnu: Add python-aiopg.Pierre-Henry Fröhring2022-03-24
| | | | | | * gnu/packages/python-xyz.scm (python-aiopg): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-psycopg2-binary.Pierre-Henry Fröhring2022-03-24
| | | | | | * gnu/packages/python-xyz.scm (python-psycopg2-binary): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: xen: Fix compilation.Ludovic Courtès2022-03-24
| | | | | | | Suggested by Skyler <skyvine@protonmail.com>. * gnu/packages/virtualization.scm (xen)[arguments]: In 'patch' phase, substitute ".note.gnu.build-id" in 'xen.lds.S'.
* gnu: Add python-robotframework-pabot.Maxim Cournoyer2022-03-24
| | | | * gnu/packages/python-xyz.scm (python-robotframework-pabot): New variable.
* gnu: python-robotframework: Update to 5.0 and run acceptance tests.Maxim Cournoyer2022-03-24
| | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-robotframework): Update to 5.0. [patches]: Remove python-robotframework-ug2html.patch. Add python-robotframework-atest.patch and update python-robotframework-source-date-epoch.patch. [phases]: Use gexps. {delete-problematic-tests}: New phase. {check}: Also run `atest', the acceptance test suite. [native-inputs]: Use new style. Add python-lxml, python-pyyaml, python-xmlschema, scrot and xvfb-run. * gnu/packages/patches/python-robotframework-atest.patch: New file. * gnu/packages/patches/python-robotframework-source-date-epoch.patch: Update patch. * gnu/packages/patches/python-robotframework-ug2html.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu: gcompris-qt: Use kde download mirror url.Efraim Flashner2022-03-24
| | | | | * gnu/packages/education.scm (gcompris-qt)[source]: Use kde mirror url scheme.
* gnu: mpdscribble: Update to 0.24.Leo Famulari2022-03-24
| | | | | | * gnu/packages/mpd.scm (mpdscribble): Update to 0.24. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: cogl: Fix the home page.Zhu Zihao2022-03-24
| | | | | | | | | | | | | | | | | | | [[PGP Signed Part:No public key for 66397F84F76693F9 created at 2022-03-23T11:08:49+0100 using EDDSA]] [[End of PGP Signed Part]] >From a133e9e91f189f873f86481c7d8c3b8b4c5f755d Mon Sep 17 00:00:00 2001 From: Zhu Zihao <all_but_last@163.com> Date: Wed, 23 Mar 2022 18:05:40 +0800 Subject: [PATCH] gnu: cogl: Fix the home page. The website https://www.cogl3d.org/ is not owned by Project Cogl now. Since Cogl is a part of Project Clutter, make Cogl use the same homepage as Clutter. * gnu/packages/gnome.scm (cogl): Fix the indentation. [homepage]: Use the same homepage as clutter. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* services: murmur: Fix server program name.fesoj0002022-03-24
| | | | | | | | * gnu/services/telephony.scm (murmur-activation): (murmur-shepherd-service): Change file name of mumble server, which is now called mumble-server instead of murmurd since version 1.4.x. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: avr-xyz: Add simavrArtyom V. Poptsov2022-03-24
| | | | | | | * gnu/packages/avr-xyz.scm: New module. * gnu/local.mk (GNU_SYSTEM_MODULES): Add 'avr-xyz.scm'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* services: dnsmasq: Add more options.Remco van 't Veer2022-03-24
| | | | | | | | | | * gnu/services/dns.scm (<dnsmasq-configuration>): Add forward-private-reverse-lookup?, strict-order? and cpe-id options. (dnsmasq-shepherd-service): Pass added options to dnsmasq and use match-record instead of match-lambda. * doc/guix.texi (Guix Services): Document options added to dnsmasq. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: guile-fibers: Remove GNU/Hurd from 'supported-systems'.Ludovic Courtès2022-03-24
| | | | | * gnu/packages/guile-xyz.scm (guile-fibers-1.1)[supported-systems]: New field.
* gnu: guile-fibers: Support cross-compilation.Ludovic Courtès2022-03-24
| | | | | * gnu/packages/guile-xyz.scm (guile-fibers-1.1)[native-inputs]: Add GUILE-3.0. (guile2.2-fibers)[inputs, native-inputs]: Adjust accordingly.
* gnu: linux-libre 4.9: Update to 4.9.308.Leo Famulari2022-03-24
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.308. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.14: Update to 4.14.273.Leo Famulari2022-03-24
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.273. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.236.Leo Famulari2022-03-24
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.236. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.187.Leo Famulari2022-03-24
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.187. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.108.Leo Famulari2022-03-24
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.108. (linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes.
* gnu: linux-libre 5.15: Update to 5.15.31.Leo Famulari2022-03-24
| | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.31. (linux-libre-5.15-pristine-source, deblob-scripts-5.15): Update hashes.
* gnu: linux-libre: Update to 5.16.17.Leo Famulari2022-03-24
| | | | | * gnu/packages/linux.scm (linux-libre-5.16-version): Update to 5.16.17. (linux-libre-5.16-pristine-source, deblob-scripts-5.16): Update hashes.
* gnu: python-notmuch2: Use new style.Liliana Marie Prikler2022-03-23
| | | | | | * gnu/packages/mail.scm (python-notmuch2)[version]: Explicitly inherit from notmuch. [arguments]: Use list of G-Expressions.
* gnu: python-notmuch2: Fix build.Tanguy Le Carrour2022-03-23
| | | | | | | * gnu/packages/mail.scm (python-notmuch2)[#:phases]: Add ‘create-notmuch-config’ and ‘patch-setup.’py after ‘enter-python-dir’. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: python-pillow-simd: Fix version.Nicolas Goaziou2022-03-23
| | | | | * gnu/packages/python-xyz.scm (python-pillow-simd)[version]: Move "v" prefix out of version string.
* gnu: cl-ningle: Update to 0.3.0-2.2e85675.jgart2022-03-23
| | | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-ningle): Update to 0.3.0-2.2e85675. [arguments]: Remove custom 'combine-fasls' phase that changes the name of compiled files causing a permission denied error when loading ningle. See this discussion: https://lists.gnu.org/archive/html/help-guix/2021-12/msg00067.html. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: pybind11: Update to 2.8.1.Efraim Flashner2022-03-23
| | | | * gnu/packages/python-xyz.scm (pybind11): Update to 2.8.1.
* gnu: spike: Wrap binaries.Efraim Flashner2022-03-23
| | | | | | * gnu/packages/virtualization.scm (spike)[arguments]: Add phase to wrap binaries with dtc. [inputs]: Add bash-minimal.
* gnu: : Update to v9.0.0.post1.Maxim Cournoyer2022-03-22
| | | | * gnu/packages/python-xyz.scm (): Update to v9.0.0.post1.
* gnu: libosinfo: Update to 1.10.0.Maxim Cournoyer2022-03-22
| | | | * gnu/packages/virtualization.scm (libosinfo): Update to 1.10.0.
* gnu: libosinfo: Use hwdata for pci.ids and usb.ids.Brendan Tildesley2022-03-22
| | | | | | | | | | | | * gnu/packages/virtualization.scm (libosinfo) [arguments]: Use gexps. [configure-flags]: Search usb.ids and pci.ids via search-input-file. [phases]{patch-osinfo-path}: Use search-input-directory. [inputs]: Use new style. [native-inputs]: Use new style. Replace pci.ids and usb.ids by the hwdata pci and usb outputs, respectively. Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: hwdata: Update to 0.357.Brendan Tildesley2022-03-22
| | | | | | * gnu/packages/pciutils.scm (hwdata): Update to 0.357. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: hwdata: Remove unused gzip native input.Brendan Tildesley2022-03-22
| | | | | | * gnu/packages/pciutils.scm (hwdata)[native-inputs]: Remove gzip. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: hwdata: Set #:target #f.Brendan Tildesley2022-03-22
| | | | | | | * gnu/packages/pciutils.scm (hwdata): Set #:target #f. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: Add openboard.Nicolas Goaziou2022-03-22
| | | | | | | * gnu/packages/education.scm (openboard): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: vim-tagbar: Fix typo in phase name.jgart2022-03-22
| | | | | | * gnu/packages/vim.scm (vim-tagbar)[arguments]: Fix typo in phase name. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: tuxguitar: Update to 1.5.5.jgart2022-03-22
| | | | | | | * gnu/packages/music.scm (tuxguitar): Update to 1.5.5. [arguments]: Remove trailing booleans. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: keepassxc: Improve package style.Nicolas Goaziou2022-03-22
| | | | | * gnu/packages/password-utils.scm (keepassxc)[arguments]: Use G-expressions. [native-inputs]: Remove labels.
* gnu: keepassxc: Update to 2.7.0.Nicolas Goaziou2022-03-22
| | | | | | | | * gnu/packages/password-utils.scm (keepassxc): Update to 2.7.0. [arguments]<#:phases>: Skip failing test. [inputs]: Add BOTAN, MINIZIP and PCSC-LITE. test