aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-16gnu: Add python-glyphslib....* gnu/packages/fontutils.scm (python-glyphslib): New variable. Marius Bakke
2022-09-16gnu: Add python-openstep-plist....* gnu/packages/python-xyz.scm (python-openstep-plist): New variable. Marius Bakke
2022-09-16gnu: python-afdko: Run tests in parallel....* gnu/packages/fontutils.scm (python-afdko)[arguments]: Adjust check phase for parallel execution. [native-inputs]: Add PYTHON-PYTEST-XDIST. Marius Bakke
2022-09-16gnu: nfs-utils: Remove unused input....* gnu/packages/nfs.scm (nfs-utils)[inputs]: Remove LIBNFSIDMAP, which is part of nfs-utils nowadays. Marius Bakke
2022-09-16gnu: hitch: Update to 1.7.3....* gnu/packages/web.scm (hitch): Update to 1.7.3. Marius Bakke
2022-09-16services: elogind-configuration-file: Do not serialize unspecified items....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. Maxim Cournoyer
2022-09-16gnu: Add openfpgaloader....* gnu/packages/fpga.scm (openfpgaloader): New variable. Danny Milosavljevic
2022-09-16gnu: celluloid: Fix build....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> Michael Rohleder
2022-09-16gnu: virt-manager: Use gtksourceview@4....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> Michael Rohleder
2022-09-16gnu: Add shirah....* gnu/packages/ebook.scm (shirah): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> M
2022-09-16gnu: Add python-syllables....* gnu/packages/python-xyz.scm (python-syllables): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> M
2022-09-16gnu: Add python-ebooklib....* gnu/packages/ebook.scm (python-ebooklib): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> M
2022-09-16gnu: Add mazo....* gnu/packages/education.scm (mazo): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> Luis Felipe
2022-09-16marionette: Avoid read error when wait-for-file file is empty....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 Christopher Baines
2022-09-16marionette: Make it easier to debug REPL read failures....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. Christopher Baines
2022-09-16system: install: Do not load amdgpu in the installer image....* gnu/system/install.scm (installation-os): Add amdgpu to modprobe.blacklist. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Antero Mejr
2022-09-16Update NEWS....Entries extracted from: git log 3eadcdc63..version-1.4.0 * NEWS: Update entries for v1.4.0 Mathieu Othacehe
2022-09-15gnu: virt-viewer: Update to 11.0 and enable more features....* 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. Maxim Cournoyer
2022-09-15gnu: libgovirt: Propagate glib and rest-next....* gnu/packages/gnome.scm (libgovirt) [inputs]: Move rest-next to... [propagated-inputs]: ... here. Add glib. Maxim Cournoyer
2022-09-15gnu: proj.4: Restore package....Partially revert f7a12f9224: the proj.4 still has a user, r-proj4. * gnu/packages/geo.scm (proj.4): New variable. Maxim Cournoyer
2022-09-15gnu: maknik: Really fix the build....* gnu/packages/geo.scm (mapnik) [phases]{disable-problematic-tests}: Fix typo. Maxim Cournoyer
2022-09-15gnu: catch-framework2: Rename variable to catch2....Automated with: git grep -l catch-framework2 | xargs sed 's/catch-framework2/catch2/g' -i Maxim Cournoyer
2022-09-15gnu: maknik: Update to 3.1.0-0.8110349 to fix build....* 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. Maxim Cournoyer
2022-09-15Update NEWS....This covers the commits made between v1.3.0..3eadcdc6^. * NEWS: New entries for the 1.4.0 upcoming release. Maxim Cournoyer
2022-09-15gnu: pango-next: Fix source URL....* gnu/packages/gtk.scm (pango-next): Use "pango" in the URL, not "pango-next". Reported-by: Vivien Kraus <vivien@planete-kraus.eu> Maxim Cournoyer
2022-09-15gnu: python-pyabbix: Update to 1.2.1....* 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. Marius Bakke
2022-09-15gnu: u-boot-tools: Disable check for 100% coverage....* gnu/packages/bootloaders.scm (u-boot-tools)[arguments]: Add substitution. Marius Bakke
2022-09-15gnu: Add r-snftool....* gnu/packages/cran.scm (r-snftool): New variable. Ricardo Wurmus
2022-09-15gnu: Add r-exposition....* gnu/packages/cran.scm (r-exposition): New variable. Ricardo Wurmus
2022-09-15gnu: Add r-prettygraphs....* gnu/packages/cran.scm (r-prettygraphs): New variable. Ricardo Wurmus
2022-09-15gnu: Add r-aricode....* gnu/packages/cran.scm (r-aricode): New variable. Ricardo Wurmus
2022-09-15gnu: Add r-clvalid....* gnu/packages/cran.scm (r-clvalid): New variable. Ricardo Wurmus
2022-09-15gnu: Add r-omicade4....* gnu/packages/bioconductor.scm (r-omicade4): New variable. Ricardo Wurmus
2022-09-15gnu: Add r-made4....* gnu/packages/bioconductor.scm (r-made4): New variable. Ricardo Wurmus
2022-09-15gnu: Add cl-nactivitypub....* gnu/packages/lisp-xyz.scm (cl-nactivitypub, ecl-nactivitypub, sbcl-nactivitypub): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Artyom Bologov
2022-09-15gnu: Add cl-njson....* gnu/packages/lisp-xyz.scm (cl-njson, ecl-njson, sbcl-njson): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Artyom Bologov
2022-09-15gnu: Add sbcl-stumpwm-notify....* gnu/packages/wm.scm (sbcl-stumpwm-notify): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Trevor Richards
2022-09-15gnu: Add cl-xml-emitter....* 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> Trevor Richards
2022-09-15gnu: Add cl-morse....* gnu/packages/lisp-xyz.scm (cl-morse, ecl-cl-morse, sbcl-cl-morse): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> jgart
2022-09-15gnu: Add cl-alea....* gnu/packages/lisp-xyz.scm (cl-alea, ecl-alea, sbcl-alea): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> jgart
2022-09-15gnu: Add cl-meta....* gnu/packages/lisp-xyz.scm (cl-meta, ecl-meta, sbcl-meta): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> jgart
2022-09-15gnu: eless: Update to 0.7....* gnu/packages/emacs-xyz.scm (eless): Update to 0.7. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> kiasoc5
2022-09-15gnu: waybar: Update to 0.9.13....* gnu/packages/wm.scm (waybar): Update to 0.9.13. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> ギャラ
2022-09-14Update NEWS....These news were extracted from the output of: git log --reverse v1.3.0..03eb0b1be2cfedd0d9a66fef0edc53a17f7653a5. * NEWS: Update entries for v1.4.0. Maxim Cournoyer
2022-09-14gnu: nautilus: Simplify how tracker tests are disabled....* 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. Maxim Cournoyer
2022-09-14gnu: go-ipfs: Install bash completion....* 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> Michael Rohleder
2022-09-14gnu: podman: Install shell completions....* gnu/packages/containers.scm (podman)[arguments]: Add 'install-completions phase to install shell completions. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Michael Rohleder
2022-09-14gnu: gnome-mines: Fix build....* 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> Michael Rohleder
2022-09-14gnu: mousepad: Fix build....* gnu/packages/xfce.scm (mousepad)[inputs]: Replace gtksourceview with gtksourceview-4.. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Michael Rohleder
2022-09-14gnu: stunnel: Update to 5.66....* gnu/packages/web.scm (stunnel): Update to 5.66. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan