aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
...
* gnu: Add cl-draw-cons-tree.jgart2022-09-11
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-draw-cons-tree, ecl-draw-cons-tree, sbcl-draw-cons-tree): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add wiggle.jgart2022-09-11
| | | | | | * gnu/packages/patchutils.scm (wiggle): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: mtr: Build with JSON support.Oleg Pykhalov2022-09-11
| | | | | * gnu/packages/networking.scm (mtr)[native-inputs]: Add pkg-config. [inputs]: Add 'jansson'.
* gnu: shepherd: Update to 0.9.2.Ludovic Courtès2022-09-11
| | | | * gnu/packages/admin.scm (shepherd-0.9): Update to 0.9.2.
* services: shepherd: Open /dev/null as O_CLOEXEC.Ludovic Courtès2022-09-11
| | | | | | | | Failing to do that, that file descriptor could be inherited by child processes as of Shepherd 0.9.2. * gnu/services/shepherd.scm (shepherd-configuration-file): Open /dev/null as O_CLOEXEC.
* gnu: emacs-ement: Update to 0.1.2.Michael Rohleder2022-09-10
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.1.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-org-contacts: Update to 1.1.Nicolas Goaziou2022-09-10
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-org-contacts): Update to 1.1. [source]<uri>: Use repo.or.cz as new upstream. [propagated-inputs]: Add EMACS-ORG. [home-page]: Update URL.
* gnu: mumble: Update to 1.4.274.Michael Rohleder2022-09-10
| | | | | | * gnu/packages/telephony.scm (mumble): Update to 1.4.274. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: Add mpdevil.Liliana Marie Prikler2022-09-10
| | | | * gnu/packages/mpd.scm (mpdevil): New variable.
* gnu: gnome-shell: Remove input labels and use G-expression.Marius Bakke2022-09-10
| | | | | | | * gnu/packages/gnome.scm (gnome-shell)[native-inputs]: Remove labels. [arguments]: Convert to G-expressions. Add (ice-9 match) to #:modules. Use SEARCH-INPUT-FILE and #$OUTPUT where appropriate. Add let-binding for DISALLOWED-REFERENCES and use them in glib-or-gtk-wrap phase.
* gnu: gnome-shell: Remove obsolete input.Marius Bakke2022-09-10
| | | | | | * gnu/packages/gnome.scm (gnome-shell)[arguments]: Don't remove intltool from XDG_DATA_DIRS. [native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL and PERL.
* gnu: mutter: Remove obsolete input.Marius Bakke2022-09-10
| | | | | * gnu/packages/gnome.scm (mutter)[native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL.
* gnu: mutter: Use G-expression.Marius Bakke2022-09-10
| | | | * gnu/packages/gnome.scm (mutter)[arguments]: Use G-expressions.
* gnu: mutter: Remove input labels.Marius Bakke2022-09-10
| | | | | | * gnu/packages/gnome.scm (mutter)[native-inputs, inputs, propagated-inputs]: Remove labels. [arguments]: Use SEARCH-INPUT-FILE instead of labels.
* gnu: rygel: Update to 0.40.4.Marius Bakke2022-09-10
| | | | * gnu/packages/gnome.scm (rygel): Update to 0.40.4.
* gnu: simple-scan: Update to 42.1.Marius Bakke2022-09-10
| | | | | * gnu/packages/gnome.scm (simple-scan): Update to 42.1. [arguments]: Remove #:meson.
* gnu: python-pip: Update to 22.2.2.Greg Hogan2022-09-10
| | | | | | * gnu/packages/python-xyz.scm (python-pip): Update to 22.2.2. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add texlive-latex-pbox.Wiktor Żelazny2022-09-10
| | | | | | * gnu/packages/tex.scm (texlive-latex-pbox): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add texlive-latex-marginfix.Wiktor Żelazny2022-09-10
| | | | | | * gnu/packages/tex.scm (texlive-latex-marginfix): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add go-github-com-goccy-go-json.Adam Kandur2022-09-10
| | | | | | * gnu/packages/golang.scm (go-github-com-goccy-go-json): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add texlive-latex-translations.Wiktor Żelazny2022-09-10
| | | | * gnu/packages/tex.scm (texlive-latex-translations): New variable.
* gnu: Add texlive-latex-enotez.Wiktor Żelazny2022-09-10
| | | | | | * gnu/packages/tex.scm (texlive-latex-enotez): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add texlive-latex-seqsplit.Wiktor Żelazny2022-09-10
| | | | | | * gnu/packages/tex.scm (texlive-latex-seqsplit): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add comments to the bottom of a few package modules.Christopher Baines2022-09-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | This will hopefully discourage patches which add new packages to the bottom of files, as this increases the likelihood of conflicts when applying patches. If there are more specific ways that packages should be arranged in specific modules, this message can be updated accordingly. * gnu/packages/bioconductor.scm: Add comment discouraging adding packages to the bottom of the file. * gnu/packages/bioinformatics.scm: ditto. * gnu/packages/cran.scm: ditto. * gnu/packages/crates-io.scm: ditto. * gnu/packages/emacs-xyz.scm: ditto. * gnu/packages/golang.scm: ditto. * gnu/packages/guile-xyz.scm: ditto. * gnu/packages/haskell-xyz.scm: ditto. * gnu/packages/java.scm: ditto. * gnu/packages/julia-xyz.scm: ditto. * gnu/packages/lisp-xyz.scm: ditto. * gnu/packages/ocaml.scm: ditto. * gnu/packages/perl.scm: ditto. * gnu/packages/python-science.scm: ditto. * gnu/packages/python-xyz.scm: ditto. * gnu/packages/ruby.scm: ditto. * gnu/packages/tex.scm: ditto.
* gnu: Add r-ggalt.zimoun2022-09-10
| | | | * gnu/packages/cran.scm (r-ggalt): New variable.
* gnu: Add r-proj4.zimoun2022-09-10
| | | | * gnu/packages/cran.scm (r-proj4): New variable.
* gnu: linux-libre 5.10: Update to 5.10.142.Leo Famulari2022-09-09
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.142. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre 5.15: Update to 5.15.67.Leo Famulari2022-09-09
| | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.67. (linux-libre-5.15-pristine-source, deblob-scripts-5.15): Update hashes.
* gnu: linux-libre: Update to 5.19.8.Leo Famulari2022-09-09
| | | | | * gnu/packages/linux.scm (linux-libre-5.19-version): Update to 5.19.8. (linux-libre-5.19-pristine-source, deblob-scripts-5.19): Update hashes.
* gnu: QEMU: Use G-expression.Marius Bakke2022-09-09
| | | | | * gnu/packages/virtualization.scm (qemu, qemu-minimal)[arguments]: Rewrite with G-expressions.
* gnu: QEMU: Update to 7.1.0.Marius Bakke2022-09-09
| | | | | | | | * gnu/packages/patches/qemu-build-info-manual.patch: Remove configure script stanza. * gnu/packages/patches/qemu-fix-agent-paths.patch: Adjust patch context. Use execl instead of execle to stay consistent with upstream. * gnu/packages/virtualization.scm (qemu): Update to 7.1.0.
* gnu: libcacard: Explicitly add NSS on RUNPATH.Marius Bakke2022-09-09
| | | | * gnu/packages/spice.scm (libcacard)[arguments]: New field.
* gnu: Explicitly use OpenSSL 1.1 in more packages.Marius Bakke2022-09-09
| | | | | | | | * gnu/packages/rust-apps.scm (rust-cargo-c)[inputs]: Change from OPENSSL to OPENSSL-1.1. * gnu/packages/security-token.scm (opensc)[inputs]: Likewise. * gnu/packages/spice.scm (spice, spice-gtk)[propagated-inputs]: Likewise. * gnu/packages/web.scm (serf)[propagated-inputs]: Likewise.
* gnu: Explicitly use meson@0.60 in packages that don't support 0.63.Marius Bakke2022-09-09
| | | | | | | | | | This to reduce merge conflicts in an upcoming switch. * gnu/packages/gnome.scm (gnome-photos, gnome-music, gnome-user-share, gnome-characters, gnome-font-viewer, gcr, evince, glade3, gnome-settings-daemon, eog, simple-scan, gnome-session, gedit, gnome-bluetooth, gtk-vnc, gnome-weather, gnome-calendar, cheese, gnome-boxes)[arguments]: Add #:meson.
* gnu: meson: Introduce versioned 'meson-0.60' variable.Marius Bakke2022-09-09
| | | | | | | | | While at it, change inheritance such that newest comes first. * gnu/packages/build-tools.scm (meson-0.63): Move to the top. (meson-0.60): Inherit from MESON-0.63. (meson-0.59): Inherit from MESON-0.60. Don't use PACKAGE/INHERIT. (meson): Turn into alias for MESON-0.60.
* gnu: meson@0.63: Update to 0.63.2.Marius Bakke2022-09-09
| | | | * gnu/packages/build-tools.scm (meson-0.63): Update to 0.63.2.
* gnu: graphicsmagick: Use G-expression.Marius Bakke2022-09-09
| | | | * gnu/packages/imagemagick.scm (graphicsmagick)[arguments]: Use gexp.
* gnu: graphicsmagick: Remove input labels.Marius Bakke2022-09-09
| | | | | * gnu/packages/imagemagick.scm (graphicsmagick)[inputs]: Remove labels. [arguments]: Use SEARCH-INPUT-DIRECTORY.
* gnu: graphicsmagick: Update to 1.3.38.Marius Bakke2022-09-09
| | | | * gnu/packages/imagemagick.scm (graphicsmagick): Update to 1.3.38.
* gnu: python-pytest-benchmark: Update to 3.4.1.Marius Bakke2022-09-09
| | | | | | * gnu/packages/python-check.scm (python-pytest-benchmark): Update to 3.4.1. [arguments]: Add #:test-target. [native-inputs]: Remove PYTHON-PATHLIB2.
* gnu: python-psutil: Update to 5.9.2.Marius Bakke2022-09-09
| | | | * gnu/packages/python-xyz.scm (python-psutil): Update to 5.9.2.
* gnu: python-pathlib2: Update to 2.3.7.post1.Marius Bakke2022-09-09
| | | | * gnu/packages/python-xyz.scm (python-pathlib2): Update to 2.3.7post1.
* gnu: python-beautifulsoup4: Update to 4.11.1.Marius Bakke2022-09-09
| | | | | | * gnu/packages/python-xyz.scm (python-beautifulsoup4): Update to 4.11.1. [arguments]: Override check phase. [native-inputs]: Add PYTHON-PYTEST.
* services: libvirt: Fix listen TCP.Oleg Pykhalov2022-09-09
| | | | | * gnu/services/virtualization.scm (libvirt-shepherd-service): Add '--listen' argument if 'listen-tcp?' is true.
* gnu: sameboy: Update to 0.15.5.Felix Gruber2022-09-09
| | | | | | * gnu/packages/emulators.scm (sameboy): Update to 0.15.5. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-marginalia: Update to 0.14.Nicolas Goaziou2022-09-09
| | | | * gnu/packages/emacs-xyz.scm (emacs-marginalia): Update to 0.14.
* gnu: emacs-kind-icon: Update to 0.1.7.Nicolas Goaziou2022-09-09
| | | | * gnu/packages/emacs-xyz.scm (emacs-kind-icon): Update to 0.1.7.
* gnu: emacs-pyim: Update to 5.2.4.Nicolas Goaziou2022-09-09
| | | | * gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 5.2.4.
* gnu: emacs-subed: Update to 1.0.8.Nicolas Goaziou2022-09-09
| | | | * gnu/packages/emacs-xyz.scm (emacs-subed): Update to 1.0.8.
* gnu: emacs-counsel-bbdb: Update to 0.0.5.Nicolas Goaziou2022-09-09
| | | | | * gnu/packages/emacs-xyz.scm (emacs-counsel-bbdb): Update to 0.0.5. [propagated-inputs]: Add EMACS-BBDB.