| Commit message (Expand) | Author | Age | Files | Lines |
* | gnu: vtk: Use system libHaru.•••* gnu/packages/image-processing.scm (vtk)[snippet]: Delete bundled
libHaru and patch VTK for newer libHaru. Reindent and remove trailing
boolean.
[arguments]: Specify external libHaru in configure flags.
[inputs]: Add libharu.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Paul A. Patience | 2022-09-17 | 1 | -8/+14 |
* | gnu: saga: Fix build with newer libHaru.•••* gnu/packages/geo.scm (saga)[modules, snippet]: New fields.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Paul A. Patience | 2022-09-17 | 1 | -1/+8 |
* | gnu: libharu: Update to 2.4.2.•••* gnu/packages/pdf.scm (libharu): Update to 2.4.2.
[build-system]: Switch to cmake-build-system.
[arguments]: Remove #:configure-flags, add #:tests? and #:phases.
[inputs]: Sort them.
[native-inputs]: Remove.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Paul A. Patience | 2022-09-17 | 1 | -29/+31 |
* | import: gem: Support importing a specific version of a gem.•••* guix/import/gem.scm: (rubygems-fetch, gem->guix-package)
(gem-recursive-import): Fix to fetch the specified version of the gem.
* guix/scripts/import/gem.scm (show-help): Update the help message.
(guix-import-gem): Modify so the version number to be passed to subsequent
procedures.
* tests/gem.scm: Add tests.
* doc/guix.texi (Invoking guix import): Document.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Taiju HIGASHI | 2022-09-17 | 4 | -23/+154 |
* | gnu: gajim: Fix gtksourceview dependency.•••* gnu/packages/messaging.scm (gajim)[inputs]: Use gtksourceview-4.
| Raghav Gururajan | 2022-09-17 | 1 | -1/+1 |
* | gnu: gajim: Remove inputs labels.•••* gnu/packages/messaging.scm (gajim): Remove input labels.
| Raghav Gururajan | 2022-09-17 | 1 | -38/+38 |
* | services: desktop: Mount /var/lib/gdm on a tmpfs file system.•••Fixes <https://issues.guix.gnu.org/44944>.
* gnu/services/xorg.scm (%gdm-activation): Delete variable.
(gdm-service-type): De-register it.
* gnu/services/desktop.scm (%gdm-file-system): New variable.
(gdm-file-system-service): Likewise.
(desktop-services-for-system): Use it.
| Maxim Cournoyer | 2022-09-16 | 2 | -23/+23 |
* | gnu: emacs-transpose-frame: Update to 0.2.1.•••* gnu/packages/emacs-xyz.scm (emacs-transpose-frame): Update to 0.2.1.
| Nicolas Goaziou | 2022-09-16 | 1 | -2/+2 |
* | gnu: emacs-setup: Update to 1.3.1.•••* gnu/packages/emacs-xyz.scm (emacs-setup): Update to 1.3.1.
| Nicolas Goaziou | 2022-09-16 | 1 | -2/+2 |
* | gnu: emacs-xref: Update to 1.5.1.•••* gnu/packages/emacs-xyz.scm (emacs-xref): Update to 1.5.1.
| Nicolas Goaziou | 2022-09-16 | 1 | -2/+2 |
* | gnu: emacs-persist: Update to 0.5.•••* gnu/packages/emacs-xyz.scm (emacs-persist): Update to 0.5.
| Nicolas Goaziou | 2022-09-16 | 1 | -2/+2 |
* | gnu: emacs-subed: Update to 1.0.9.•••* gnu/packages/emacs-xyz.scm (emacs-subed): Update to 1.0.9.
| Nicolas Goaziou | 2022-09-16 | 1 | -2/+2 |
* | gnu: emacs-move-text: Update to 2.0.10.•••* gnu/packages/emacs-xyz.scm (emacs-move-text): Update to 2.0.10.
| Nicolas Goaziou | 2022-09-16 | 1 | -2/+2 |
* | gnu: emacs-ement: Update to 0.1.4.•••* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.1.4.
| Nicolas Goaziou | 2022-09-16 | 1 | -2/+2 |
* | gnu: emacs-next-pgtk: Fix super key problem.•••Recent version of emacs 29 with pgtk flag has a problem with handling super
key modifier, due to gtk bug: https://gitlab.gnome.org/GNOME/gtk/-/issues/4913
This commit workarounds it.
* gnu/packages/patches/emacs-pgtk-super-key-fix.patch: New file.
* gnu/packages/emacs.scm (emacs-next-pgtk): Use it here.
* gnu/local.mk (dist_patch_DATA): Register it here.
| Andrew Tropin | 2022-09-16 | 3 | -0/+54 |
* | gnu: python-scipy: Update to 1.9.1.•••* gnu/packages/python-science.scm (python-scipy): Update to 1.9.1.
[source]: Switch to GIT-FETCH.
[outputs]: Remove.
[arguments]: Don't disable Pythran. Don't configure OpenBLAS which is now
discovered by pkg-config. Do a "manual" PEP 517 style build. Make
install-doc phase conditional on the presence of Sphinx. Simplify tests.
[propagated-inputs]: Add PYTHON-PYTHRAN.
[native-inputs]: Remove PERL, WHICH, PYTHON-NUMPYDOC,
PYTHON-PYDATA-SPHINX-THEME, PYTHON-SPHINX, and PYTHON-SPHINX-PANELS. Add
GCC, PKG-CONFIG, PYTHON-PYPA-BUILD and PYTHON-MESON.
| Marius Bakke | 2022-09-16 | 1 | -53/+59 |
* | gnu: Add meson-python.•••* gnu/packages/build-tools.scm (meson-python): New variable.
| Marius Bakke | 2022-09-16 | 1 | -1/+78 |
* | gnu: antlr4: Update to 4.10.1.•••* gnu/packages/java.scm (java-antlr4-runtime): Update to 4.10.1.
[source](patches): Remove obsolete patch.
(java-antlr4-runtime-cpp): Add #:configure-flags.
(antlr4)[arguments]: Don't run tests from removed directory. Enable one test;
exclude one file.
* gnu/packages/fontutils.scm (python-afdko)[arguments]: Add phase to build
with the C++ 17 standard.
| Marius Bakke | 2022-09-16 | 4 | -101/+16 |
* | gnu: python-afdko: Update to 3.9.1.•••* gnu/packages/fontutils.scm (python-afdko): Update to 3.9.1.
[arguments]: Add phase to build with system libxml2. Substitute antlr4_static
in one more file.
[native-inputs]: Add PKG-CONFIG.
[inputs]: Add LIBXML2.
| Marius Bakke | 2022-09-16 | 1 | -4/+24 |
* | gnu: font-amiri: Update to 0.117.•••* gnu/packages/fonts.scm (font-amiri): Update to 0.117.
[native-inputs]: Add PYTHON-GLYPHSETS.
| Marius Bakke | 2022-09-16 | 1 | -2/+3 |
* | gnu: python-ufo2ft: Update to 2.28.0.•••* gnu/packages/fontutils.scm (python-ufo2ft): Update to 2.28.0.
[propagated-inputs]: Replace PYTHON-FONTTOOLS with PYTHON-FONTTOOLS-NEXT.
* gnu/packages/fonts.scm (font-amiri)[native-inputs]: Likewise, to prevent
shadowing the propagated FontTools.
| Marius Bakke | 2022-09-16 | 2 | -4/+4 |
* | gnu: psautohint: Build with python-fonttools-next.•••* gnu/packages/fontutils.scm (psautohint)[propagated-inputs]: Replace
PYTHON-FONTTOOLS with PYTHON-FONTTOOLS-NEXT.
| Marius Bakke | 2022-09-16 | 1 | -1/+1 |
* | gnu: python-statmake: Build with python-fonttools-next.•••* gnu/packages/fontutils.scm (python-statmake)[propagated-inputs]: Change from
PYTHON-FONTTOOLS to PYTHON-FONTTOOLS-NEXT.
| Marius Bakke | 2022-09-16 | 1 | -1/+1 |
* | gnu: python-fonttools-next: Update to 4.37.1.•••* gnu/packages/python-xyz.scm (python-fonttools-next): Update to 4.37.1.
* gnu/packages/fontutils.scm (python-afdko)[source](snippet): Adjust expected
test output.
| Marius Bakke | 2022-09-16 | 2 | -2/+8 |
* | gnu: python-compreffor: Update to 0.5.2.•••* gnu/packages/fontutils.scm (python-compreffor): Update to 0.5.2.
| Marius Bakke | 2022-09-16 | 1 | -2/+2 |
* | gnu: python-fontparts: Update to 0.10.8.•••* gnu/packages/fontutils.scm (python-fontparts-bootstrap): Update to 0.10.8.
| Marius Bakke | 2022-09-16 | 1 | -2/+2 |
* | gnu: python-defcon: Update to 0.10.2.•••* gnu/packages/fontutils.scm (python-defcon-bootstrap): Update to 0.10.2.
| Marius Bakke | 2022-09-16 | 1 | -2/+2 |
* | gnu: python-fontmath: Update to 0.9.2.•••* gnu/packages/fontutils.scm (python-fontmath): Update to 0.9.2.
| Marius Bakke | 2022-09-16 | 1 | -2/+2 |
* | gnu: Add python-glyphsets.•••* gnu/packages/fontutils.scm (python-glyphsets): New variable.
| Marius Bakke | 2022-09-16 | 1 | -0/+34 |
* | gnu: Add python-glyphslib.•••* gnu/packages/fontutils.scm (python-glyphslib): New variable.
| Marius Bakke | 2022-09-16 | 1 | -0/+61 |
* | gnu: Add python-openstep-plist.•••* gnu/packages/python-xyz.scm (python-openstep-plist): New variable.
| Marius Bakke | 2022-09-16 | 1 | -0/+34 |
* | gnu: 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-16 | 1 | -1/+3 |
* | gnu: 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-16 | 1 | -1/+0 |
* | gnu: hitch: Update to 1.7.3.•••* gnu/packages/web.scm (hitch): Update to 1.7.3.
| Marius Bakke | 2022-09-16 | 1 | -2/+2 |
* | services: 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-16 | 1 | -3/+11 |
* | gnu: Add openfpgaloader.•••* gnu/packages/fpga.scm (openfpgaloader): New variable.
| Danny Milosavljevic | 2022-09-16 | 1 | -1/+28 |
* | gnu: 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-16 | 1 | -2/+8 |
* | gnu: 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-16 | 1 | -1/+1 |
* | gnu: Add shirah.•••* gnu/packages/ebook.scm (shirah): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| M | 2022-09-16 | 1 | -0/+22 |
* | gnu: Add python-syllables.•••* gnu/packages/python-xyz.scm (python-syllables): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| M | 2022-09-16 | 1 | -0/+19 |
* | gnu: Add python-ebooklib.•••* gnu/packages/ebook.scm (python-ebooklib): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| M | 2022-09-16 | 1 | -0/+19 |
* | gnu: Add mazo.•••* gnu/packages/education.scm (mazo): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Luis Felipe | 2022-09-16 | 1 | -0/+75 |
* | marionette: 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-16 | 1 | -1/+8 |
* | marionette: 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-16 | 1 | -1/+12 |
* | system: 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-16 | 1 | -1/+1 |
* | Update NEWS.•••Entries extracted from:
git log 3eadcdc63..version-1.4.0
* NEWS: Update entries for v1.4.0
| Mathieu Othacehe | 2022-09-16 | 1 | -0/+55 |
* | gnu: 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-15 | 1 | -23/+25 |
* | gnu: 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-15 | 1 | -2/+4 |
* | gnu: 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-15 | 1 | -0/+50 |
* | gnu: maknik: Really fix the build.•••* gnu/packages/geo.scm (mapnik)
[phases]{disable-problematic-tests}: Fix typo.
| Maxim Cournoyer | 2022-09-15 | 1 | -1/+1 |