aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: openmw: Use ffmpeg-4.Sergey Trofimov2023-01-17
| | | | | | | | | | | I've noticed, that openmw is not playable as it hangs on clicking any menu item. It seems the issue is known and fixed upstream, but a new version is not released yet. * gnu/packages/game-development.scm (openmw)[inputs]: Replace FFMPEG with FFMEG-4. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add bees.Hilton Chain2023-01-17
| | | | | | | | | * gnu/packages/patches/bees-beesd-honor-destdir-on-installation.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/file-systems.scm (bees): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add swaynotificationcenterflorhizome2023-01-17
| | | | | | * gnu/packages/wm.scm (swaynotificationcenter): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add raylib.dan2023-01-17
| | | | | | * gnu/packages/game-development.scm (raylib): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: cifs-utils: Update to 7.0 [fixes CVE-2022-27239].Timotej Lazar2023-01-17
| | | | | | | | * gnu/packages/samba.scm (cifs-utils): Update to 7.0. [arguments]: Use new style. Drop unneeded phase 'install-man-pages. [inputs]: Drop labels. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gdcm: Update to 3.0.20.Tor-björn Claesson2023-01-17
| | | | | | | * gnu/packages/bioinformatics.scm (gdcm): Update to 3.0.20. [home-page, license]: Update. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: icecat: Update to 102.7.0-guix0-preview1 [security fixes].Mark H Weaver2023-01-17
| | | | | | | | | Includes fixes for CVE-2022-46871, CVE-2022-46877, CVE-2023-23598, CVE-2023-23599, CVE-2023-23601, CVE-2023-23602, CVE-2023-23603, and CVE-2023-23605. * gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update gnuzilla commit, base version, and hashes.
* gnu: Add cl-classimp.Sharlatan Hellseher2023-01-17
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-classimp, ecl-classimp, sbcl-classimp): New variables. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add assimp-5.0.Sharlatan Hellseher2023-01-17
| | | | * gnu/packages/graphics.scm (assimp-5.0): New variable.
* gnu: emacs-telega-server: Use tdlib instead of tdlib-1.8.0.Andrew Tropin2023-01-17
| | | | | * gnu/packages/emacs-xyz.scm (emacs-telega-server): Use tdlib instead of tdlib-1.8.0.
* gnu: emacs-telega-server: Update to 0.8.03-0.01e8f9e.Andrew Tropin2023-01-17
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-telega-server): Update to 0.8.03-0.01e8f9e. (emacs-telega): Update build phase to patch telega-core.el instead of telega-util.el. * gnu/packages/patches/emacs-telega-path-placeholder.patch: Update patch.
* gnu: tdlib: Update to 1.8.10.Andrew Tropin2023-01-17
| | | | * gnu/packages/messaging.scm (tdlib): Update to 1.8.10.
* gnu: r-cytonorm: Update to 0.0.10-1.166f9ff.Ricardo Wurmus2023-01-16
| | | | * gnu/packages/bioinformatics.scm (r-cytonorm): Update to 0.0.10-1.166f9ff.
* gnu: rpm: Update to 4.17.1.1.Maxim Cournoyer2023-01-16
| | | | * gnu/packages/package-management.scm (rpm): Update to 4.17.1.1.
* gnu: perl-image-exiftool: Update to 12.50, use new package style.kiasoc52023-01-16
| | | | | | | | * gnu/packages/photo.scm (perl-image-exiftool): Update to 12.50. [arguments]: Use G-expresisons. Remove trailing #t. Use #$output instead of assoc-ref. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: latex2html: Update to 2022.2, use new package style.kiasoc52023-01-16
| | | | | | | | * gnu/packages/documentation.scm (latex2html): Update to 2022.2. [arguments]: Use G-expressions. Remove trailing #t. Use #$output instead of assoc-ref. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: python-pyserial-asyncio: Update to 0.6.Peter Polidoro2023-01-16
| | | | | | * gnu/packages/python-xyz.scm (python-pyserial-asyncio): Update to 0.6. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: nar-herder: Update to 0-10.8d219e4.Christopher Baines2023-01-16
| | | | * gnu/packages/package-management.scm (nar-herder): Update to 0-10.8d219e4.
* gnu: python-pint: Update to 0.20.1.Felix Gruber2023-01-16
| | | | | | * gnu/packages/python-xyz.scm (python-pint): Update to 0.20.1. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: mamba: Use G-expressions.Daniel Meißner2023-01-16
| | | | | | * gnu/packages/music.scm (mamba)[arguments]: Use G-expressions. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: mamba: Update to 2.3.Daniel Meißner2023-01-16
| | | | | | * gnu/packages/music.scm (mamba): Update to 2.3. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: mamba: Use correct version of libsigc++.Daniel Meißner2023-01-16
| | | | | | | * gnu/packages/music.scm (mamba)[inputs]: Use libsigc++ version 2 instead of version 3. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: Add python-poppy.Sharlatan Hellseher2023-01-16
| | | | | | * gnu/packages/astronomy.scm (python-poppy): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: xfce4-screenshooter: Update to 1.10.3.Michael Rohleder2023-01-16
| | | | | | * gnu/packages/xfce.scm (xfce4-screenshooter): Update to 1.10.3. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* services: connman: Add iwd backend support.Declan Tsien2023-01-16
| | | | | | | | | * gnu/services/networking.scm (connman-configuration)[iwd?]: New field. (connman-shepherd-service): Add iwd? logic, remove wpa-supplicant requirement. * doc/guix.texi: Add information about connman-configuration iwd? option. Co-authored-by: Andrew Tropin <andrew@trop.in> Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: audacity: Update to 3.2.3Andy Tai2023-01-16
| | | | | | gnu/packages/audio.scm (audacity): Update to 3.2.3 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: emacs-org-reveal: Update to 20222711-1.f55c85.Cayetano Santos2023-01-16
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-org-reveal): Update to 20222711-1.f55c85. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: linux-libre 5.10: Update to 5.10.163.Leo Famulari2023-01-16
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.163. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre 5.15: Update to 5.15.88.Leo Famulari2023-01-16
| | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.88. (linux-libre-5.15-pristine-source): Update hash.
* gnu: linux-libre: Update to 6.1.6.Leo Famulari2023-01-16
| | | | | * gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.6. (linux-libre-6.1-pristine-source): Update hash.
* gnu: Add splat.Guillaume Le Vaillant2023-01-16
| | | | * gnu/packages/geo.scm (splat): New variable.
* gnu: Add gqrx-scanner.Guillaume Le Vaillant2023-01-16
| | | | * gnu/packages/radio.scm (gqrx-scanner): New variable.
* gnu: qpwgraph: Update to 0.3.9.Juliana Sims2023-01-16
| | | | | | * gnu/packages/audio.scm (qpwgraph): Update to 0.3.9. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: services: Export polkit-configuration.Zhu Zihao2023-01-16
| | | | | | | | | Export for user customization. * gnu/services/dbus.scm (polkit-configuration): Export. (polkit-configuration?): Export. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: guix: Remove obsolete 'ftp-server' property.Ludovic Courtès2023-01-16
| | | | | | Guix has been on ftp.gnu.org for a while already. * gnu/packages/package-management.scm (guix)[properties]: Remove.
* gnu: guix: Keep dependency on Guile-Avahi when cross-compiling.Ludovic Courtès2023-01-16
| | | | | | * gnu/packages/package-management.scm (guix)[native-inputs]: Keep Guile-Avahi when cross-compiling, but drop it when 'hurd-target?' is true. [propagated-inputs]: Likewise.
* gnu: guile-avahi: Update to 0.4.1.Ludovic Courtès2023-01-16
| | | | | * gnu/packages/guile-xyz.scm (guile-avahi): Update to 0.4.1. [arguments]: Remove.
* services: greetd: Add 'source-profile?' configuration field.Jelle Licht2023-01-15
| | | | | | | | * gnu/services/base.scm (<greetd-terminal-configuration>)[source-profile?]: New field. (make-greetd-terminal-configuration-file): Serialize new field to configuration file. * doc/guix.texi (Base Services): Document it.
* gnu: yt-dlp: Update to 2023.01.06.Leo Famulari2023-01-15
| | | | * gnu/packages/video.scm (yt-dlp): Update to 2023.01.06.
* guix: dune-build-system: Do not use `test-target' argument.pukkamustard2023-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | This lets dune run all tests for a given package. * guix/build/dune-build-system.scm (check): Do not use `test-target' argument. * gnu/package/ocaml.scm (ocaml-cohttp)[native-inputs]: Add ocaml-crowbar. (ocaml-cudf, opam, ocaml-frontc, ocaml-qcheck, ocaml-qtest) (ocaml-stringext, ocaml4.07-ppx-tools-versioned, ocaml-result) (ocaml4.09-result, ocaml5.0-result, ocaml-csv, ocaml-alcotest) (ocaml4.07-alcotest, ocaml-ssl, ocaml-optint, ocaml-eio) (ocaml-eio-luv, ocaml-uring, ocaml-eio-linux, ocaml-eio-main) (ocaml-gen, ocaml-ocp-indent, ocaml-benchmark, ocaml-re) (ocaml4.07-re, ocaml-ocplib-endian, ocaml-cstruct, ocaml-hex) (ocaml-ezjsonm, ocaml-uri, ocaml4.07-uri, ocaml-camomile, ocaml-zed) (ocaml-lambda-term, ocaml-utop, ocaml-ansiterminal, dedukti, ocaml-bindlib) (ocaml-earley, ocaml-timed, ocaml-yojson, ocaml-gsl, ocaml-ppx-deriving) (ocaml-ppx-cold, ocaml-ppx-typerep-conv, ocaml-ppx-stable) (ocaml-ppx-base, ocaml-ppx-disable-unused-warnings, ocaml-ppx-jane) (ocaml4.07-jane-street-headers, ocaml4.07-bisect-ppx, ocaml-fftw3) (ocaml-cairo2, lablgtk3, ocaml-lablgtk3-sourceview3, ocaml-bigstringaf) (ocaml-angstrom, ocaml-uri-sexp, ocaml-cohttp, js-of-ocaml) (ocaml-monolith, ocaml-crowbar): Remove test-target argument. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: ocaml-ppx-expect: Disable tests.pukkamustard2023-01-15
| | | | | | | | | Tests require a package that would cause a cyclic dependency after removing test-target. * gnu/packages/ocaml.scm (ocaml-ppx-expect): Disable tests. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: ocaml-ppxlib: Clean up inputs.pukkamustard2023-01-15
| | | | | | | | | * gnu/packages/ocaml.scm (ocaml-ppxlib)[propagated-inputs]: Remove unused inputs. [native-inputs]: Move test dependencies from propagated-inputs here and add ocaml-cinaps. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-cinaps.pukkamustard2023-01-15
| | | | | | * gnu/packages/ocaml.scm (ocaml-cinaps): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: komikku: Update to 1.8.0.Liliana Marie Prikler2023-01-15
| | | | * gnu/packages/gnome.scm (komikku): Update to 1.8.0.
* gnu: guile-g-golf: Update to 0.8.0-a.1.Preston Firestone2023-01-15
| | | | | | | | | * gnu/packages/guile-xyz.scm (guile-g-golf): Update to 0.8.0-a.1. [arguments]: Add #:parallel-build? #f. [inputs]: Replace glib with glib-next. [propagated-inputs]: Replace gobject-introspection with gobject-introspection-next. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: guile-gnutls: Update to 3.7.11.Vivien Kraus2023-01-15
| | | | | | | | * gnu/packages/tls.scm (guile-gnutls) [phases]: Patch-shebang autopull.sh and autogen.sh. [native-inupts]: Add gnulib and git. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: Add gnulib.Vivien Kraus2023-01-15
| | | | | | * gnu/packages/build-tools.scm (gnulib-checkout, gnulib): New variables. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: ucd-next: Update to 15.0.0.Vivien Kraus2023-01-15
| | | | | | | * gnu/packages/unicode.scm (ucd-next): Update to 15.0.0. [name]: Rename to “ucd”. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: libunibreak: Use ucd instead of ucd-next.Vivien Kraus2023-01-15
| | | | | | | * gnu/packages/unicode.scm (libunibreak) [native-inputs]: Replace ucd-next with ucd. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: java-logback-core: Drop trailing #T.Ricardo Wurmus2023-01-14
| | | | | * gnu/packages/java.scm (java-logback-core)[arguments]: Drop trailing #T from 'chdir phase.