summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* gnu: python-compreffor: Update to 0.5.2.Marius Bakke2022-09-161-2/+2
| | | | * gnu/packages/fontutils.scm (python-compreffor): Update to 0.5.2.
* gnu: python-fontparts: Update to 0.10.8.Marius Bakke2022-09-161-2/+2
| | | | * gnu/packages/fontutils.scm (python-fontparts-bootstrap): Update to 0.10.8.
* gnu: python-defcon: Update to 0.10.2.Marius Bakke2022-09-161-2/+2
| | | | * gnu/packages/fontutils.scm (python-defcon-bootstrap): Update to 0.10.2.
* gnu: python-fontmath: Update to 0.9.2.Marius Bakke2022-09-161-2/+2
| | | | * gnu/packages/fontutils.scm (python-fontmath): Update to 0.9.2.
* gnu: Add python-glyphsets.Marius Bakke2022-09-161-0/+34
| | | | * gnu/packages/fontutils.scm (python-glyphsets): New variable.
* gnu: Add python-glyphslib.Marius Bakke2022-09-161-0/+61
| | | | * gnu/packages/fontutils.scm (python-glyphslib): New variable.
* gnu: Add python-openstep-plist.Marius Bakke2022-09-161-0/+34
| | | | * gnu/packages/python-xyz.scm (python-openstep-plist): New variable.
* gnu: python-afdko: Run tests in parallel.Marius Bakke2022-09-161-1/+3
| | | | | | * gnu/packages/fontutils.scm (python-afdko)[arguments]: Adjust check phase for parallel execution. [native-inputs]: Add PYTHON-PYTEST-XDIST.
* gnu: nfs-utils: Remove unused input.Marius Bakke2022-09-161-1/+0
| | | | | * gnu/packages/nfs.scm (nfs-utils)[inputs]: Remove LIBNFSIDMAP, which is part of nfs-utils nowadays.
* gnu: hitch: Update to 1.7.3.Marius Bakke2022-09-161-2/+2
| | | | * gnu/packages/web.scm (hitch): Update to 1.7.3.
* services: elogind-configuration-file: Do not serialize unspecified items.Maxim Cournoyer2022-09-161-3/+11
| | | | | | | | | | | | This a followup to 59ee837d8b11d7d688045b601e8b240ccbdbe7c7, which changed the default value of the HandleLidSwitchExternalPower to the empty string. Unfortunately this causes elogind to print a warning (although it otherwise works as intended). This change fixes that. * gnu/services/desktop.scm (elogind-configuration-file)<handle-action>: Let the unspecified value go through. <ini-file-clause>: When an unspecified file is encountered, do not produce any text to serialize.
* gnu: Add openfpgaloader.Danny Milosavljevic2022-09-161-1/+28
| | | | * gnu/packages/fpga.scm (openfpgaloader): New variable.
* gnu: celluloid: Fix build.Michael Rohleder2022-09-161-2/+8
| | | | | | | | | Fixes <https://issues.guix.gnu.org/57839>. * gnu/packages/video.scm (celluloid)[build-system]: Use meson-build-system. [native-inputs]: Add desktop-file-utils, glib:bin, gtk:bin, python-wrapper. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: virt-manager: Use gtksourceview@4.Michael Rohleder2022-09-161-1/+1
| | | | | | | | | Fixes <https://issues.guix.gnu.org/57832>. * gnu/packages/virtualization.scm (virt-manager)[inputs]: Replace gtksourceview with gtksourceview-4. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add shirah.M2022-09-161-0/+22
| | | | | | * gnu/packages/ebook.scm (shirah): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add python-syllables.M2022-09-161-0/+19
| | | | | | * gnu/packages/python-xyz.scm (python-syllables): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add python-ebooklib.M2022-09-161-0/+19
| | | | | | * gnu/packages/ebook.scm (python-ebooklib): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add mazo.Luis Felipe2022-09-161-0/+75
| | | | | | * gnu/packages/education.scm (mazo): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* marionette: Avoid read error when wait-for-file file is empty.Christopher Baines2022-09-161-1/+8
| | | | | | | | Since #<eof> can't be read. * gnu/build/marionette.scm (wait-for-file): Return "" if file is empty. Partially-Fixes: https://issues.guix.gnu.org/57827
* marionette: Make it easier to debug REPL read failures.Christopher Baines2022-09-161-1/+12
| | | | | | | | | | Log the remaining contnet written to the REPL, so that there's more to go on than: socket:5:14: Unknown # object: "#<" * gnu/build/marionette.scm (marionette-eval): Catch exceptions from read and log the remainder of the content from the REPL.
* system: install: Do not load amdgpu in the installer image.Antero Mejr2022-09-161-1/+1
| | | | | | | * gnu/system/install.scm (installation-os): Add amdgpu to modprobe.blacklist. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: virt-viewer: Update to 11.0 and enable more features.Maxim Cournoyer2022-09-151-23/+25
| | | | | | | | * gnu/packages/spice.scm (virt-viewer): Update to 11.0. [build-system]: Use meson-build-system. [arguments]: Delete field. [native-inputs]: Replace intltool with gettext-minimal. Add python. [inputs]: Add bash-completion, libgovirt, libvirt-glib and vte.
* gnu: libgovirt: Propagate glib and rest-next.Maxim Cournoyer2022-09-151-2/+4
| | | | | | * gnu/packages/gnome.scm (libgovirt) [inputs]: Move rest-next to... [propagated-inputs]: ... here. Add glib.
* gnu: proj.4: Restore package.Maxim Cournoyer2022-09-151-0/+50
| | | | | | Partially revert f7a12f9224: the proj.4 still has a user, r-proj4. * gnu/packages/geo.scm (proj.4): New variable.
* gnu: maknik: Really fix the build.Maxim Cournoyer2022-09-151-1/+1
| | | | | * gnu/packages/geo.scm (mapnik) [phases]{disable-problematic-tests}: Fix typo.
* gnu: catch-framework2: Rename variable to catch2.Maxim Cournoyer2022-09-1515-19/+19
| | | | | | Automated with: git grep -l catch-framework2 | xargs sed 's/catch-framework2/catch2/g' -i
* gnu: maknik: Update to 3.1.0-0.8110349 to fix build.Maxim Cournoyer2022-09-151-95/+76
| | | | | | | | | | * gnu/packages/geo.scm (maknik): Update to 3.1.0-0.8110349. [source]: Fetch from git. [build-system]: Switch to qt-build-system. [cmake, configure-flags, phases]: New arguments. [native-inputs]: Add catch-framework2. [inputs]: Replace proj.4 with proj. (proj.4): Delete variable.
* gnu: pango-next: Fix source URL.Maxim Cournoyer2022-09-151-2/+2
| | | | | | * gnu/packages/gtk.scm (pango-next): Use "pango" in the URL, not "pango-next". Reported-by: Vivien Kraus <vivien@planete-kraus.eu>
* gnu: python-pyabbix: Update to 1.2.1.Marius Bakke2022-09-151-11/+5
| | | | | | | | * gnu/packages/monitoring.scm (python-pyzabbix)[arguments]: Remove patch phase. Use pytest instead of nose in check phase. [native-inputs]: Remove PYTHON-HTTPRETTY and PYTHON-NOSE. Add PYTHON-REQUESTS-MOCK and PYTHON-PYTEST. [propagated-inputs]: Remove PYTHON-SEMANTIC-VERSION. Add PYTHON-PACKAGING.
* gnu: u-boot-tools: Disable check for 100% coverage.Marius Bakke2022-09-151-1/+6
| | | | * gnu/packages/bootloaders.scm (u-boot-tools)[arguments]: Add substitution.
* gnu: Add r-snftool.Ricardo Wurmus2022-09-151-0/+24
| | | | * gnu/packages/cran.scm (r-snftool): New variable.
* gnu: Add r-exposition.Ricardo Wurmus2022-09-151-0/+23
| | | | * gnu/packages/cran.scm (r-exposition): New variable.
* gnu: Add r-prettygraphs.Ricardo Wurmus2022-09-151-0/+20
| | | | * gnu/packages/cran.scm (r-prettygraphs): New variable.
* gnu: Add r-aricode.Ricardo Wurmus2022-09-151-0/+24
| | | | * gnu/packages/cran.scm (r-aricode): New variable.
* gnu: Add r-clvalid.Ricardo Wurmus2022-09-151-0/+22
| | | | * gnu/packages/cran.scm (r-clvalid): New variable.
* gnu: Add r-omicade4.Ricardo Wurmus2022-09-151-0/+19
| | | | * gnu/packages/bioconductor.scm (r-omicade4): New variable.
* gnu: Add r-made4.Ricardo Wurmus2022-09-151-0/+29
| | | | * gnu/packages/bioconductor.scm (r-made4): New variable.
* gnu: Add cl-nactivitypub.Artyom Bologov2022-09-151-0/+52
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-nactivitypub, ecl-nactivitypub, sbcl-nactivitypub): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-njson.Artyom Bologov2022-09-151-0/+49
| | | | | | * gnu/packages/lisp-xyz.scm (cl-njson, ecl-njson, sbcl-njson): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add sbcl-stumpwm-notify.Trevor Richards2022-09-151-0/+24
| | | | | | * gnu/packages/wm.scm (sbcl-stumpwm-notify): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-xml-emitter.Trevor Richards2022-09-151-0/+32
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-xml-emitter, ecl-xml-emitter, sbcl-xml-emitter): New variables. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-morse.jgart2022-09-151-0/+28
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-morse, ecl-cl-morse, sbcl-cl-morse): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-alea.jgart2022-09-151-0/+28
| | | | | | * gnu/packages/lisp-xyz.scm (cl-alea, ecl-alea, sbcl-alea): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-meta.jgart2022-09-151-0/+31
| | | | | | * gnu/packages/lisp-xyz.scm (cl-meta, ecl-meta, sbcl-meta): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: eless: Update to 0.7.kiasoc52022-09-151-2/+2
| | | | | | * gnu/packages/emacs-xyz.scm (eless): Update to 0.7. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: waybar: Update to 0.9.13.ギャラ2022-09-151-2/+2
| | | | | | * gnu/packages/wm.scm (waybar): Update to 0.9.13. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: nautilus: Simplify how tracker tests are disabled.Maxim Cournoyer2022-09-143-51/+8
| | | | | | | * gnu/packages/gnome.scm (nautilus)[source]: Remove patches field. [phases]{disable-tracker-tests}: New phase. * gnu/packages/patches/nautilus-disable-tracker-tests.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it.
* gnu: go-ipfs: Install bash completion.Michael Rohleder2022-09-141-4/+23
| | | | | | | * gnu/packages/ipfs.scm (go-ipfs)[arguments]: Use gexp. Add 'install-bashcompletion phase to install bash completion. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: podman: Install shell completions.Michael Rohleder2022-09-141-1/+6
| | | | | | | * gnu/packages/containers.scm (podman)[arguments]: Add 'install-completions phase to install shell completions. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gnome-mines: Fix build.Michael Rohleder2022-09-141-1/+1
| | | | | | * gnu/packages/gnome.scm (gnome-mines)[inputs]: Replace libgnome-games-support with libgnome-games-support-1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>