summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: fet: Update to 6.5.3.base-for-series-12808base-for-series-12806base-for-series-12805base-for-series-12804base-for-series-12803base-for-series-12801Nicolas Goaziou2022-06-21
| | | | * gnu/packages/education.scm (fet): Update to 6.5.3.
* gnu: python-pyzmq: Remove bundled and generated code.Efraim Flashner2022-06-21
| | | | | * gnu/packages/python-xyz.scm (python-pyzmq)[source]: Add snippet to remove bundled source code and pre-cythonized files.
* gnu: emacs-web-mode: Update to 17.2.1.Nicolas Goaziou2022-06-21
| | | | * gnu/packages/emacs-xyz.scm (emacs-web-mode): Update to 17.2.1.
* gnu: emacs-embark: Update to 0.17.Nicolas Goaziou2022-06-21
| | | | * gnu/packages/emacs-xyz.scm (emacs-embark): Update to 0.17.
* gnu: emacs-vertico: Update to 0.24.Nicolas Goaziou2022-06-21
| | | | * gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.24.
* gnu: emacs-flycheck: Update to 32.Nicolas Goaziou2022-06-21
| | | | * gnu/packages/emacs-xyz.scm (emacs-flycheck): Update to 32.
* gnu: emacs-consult: Update to 0.18.Nicolas Goaziou2022-06-21
| | | | | * gnu/packages/emacs-xyz.scm (emacs-consult): Update to 0.18. [propagated-inputs]: Add emacs-compat.
* gnu: Add emacs-compat.Nicolas Goaziou2022-06-21
| | | | * gnu/packages/emacs-xyz.scm (emacs-compat): New variable.
* gnu: emacs-elpher: Update to 3.4.1.Nicolas Goaziou2022-06-21
| | | | * gnu/packages/emacs-xyz.scm (emacs-elpher): Update to 3.4.1.
* gnu: PostgreSQL: Update to 14.4.Marius Bakke2022-06-20
| | | | * gnu/packages/databases.scm (postgresql-14): Update to 14.4.
* gnu: drbd-utils: Generate manual pages.Marius Bakke2022-06-20
| | | | | | | | * gnu/packages/cluster.scm (drbd-utils)[arguments]: Remove "--with-prebuiltman" from #:configure-flags. Add phase 'disable-ja-translation. [native-inputs]: Add DOCBOOK-XML, DOCBOOK-XML-4.4, DOCBOOK-XSL, LIBXML2, LIBXSLT, and RUBY-ASCIIDOCTOR.
* gnu: drbd-utils: Use new style.Marius Bakke2022-06-20
| | | | | * gnu/packages/cluster.scm (drbd-utils)[arguments]: Use G-expression. [native-inputs]: Remove labels.
* gnu: drbd-utils: Update to 9.21.2.Marius Bakke2022-06-20
| | | | * gnu/packages/cluster.scm (drbd-utils): Update to 9.21.2.
* gnu: drbd-utils: Add release-monitoring-url.Marius Bakke2022-06-20
| | | | * gnu/packages/cluster.scm (drbd-utils)[properties]: New field.
* gnu: libhttpd: Update to 1.4.65.Efraim Flashner2022-06-20
| | | | * gnu/packages/web.scm (libhttpd): Update to 1.4.65.
* gnu: gpxsee: Update to 11.1.Nikolay Korotkiy2022-06-20
| | | | | | * gnu/packages/gps.scm (gpxsee): Update to 11.1. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-compiler-macro.Paul A. Patience2022-06-20
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-compiler-macro, cl-compiler-macro, ecl-compiler-macro): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: rust-cargo-c: Add missing input.Efraim Flashner2022-06-20
| | | | | | This is a follow-up to 6f2df20b0f8555ab1568ad1d661cb6e737a4bb8f. * gnu/packages/rust-apps.scm (rust-cargo-c)[inputs]: Add libgit2-1.3.
* gnu: rust-libgit2-sys-0.12: Remove bundled library.Efraim Flashner2022-06-20
| | | | | | | This fixes <https://issues.guix.gnu.org/56020>. * gnu/packages/crates-io.scm (rust-libgit2-sys-0.12)[source]: Add snippet to remove bundled code.
* gnu: vlc: Update to 3.0.17.4.Efraim Flashner2022-06-20
| | | | * gnu/packages/video.scm (vlc): Update to 3.0.17.4.
* gnu: vlc: Add release-monitoring-url property.Efraim Flashner2022-06-20
| | | | * gnu/packages/video.scm (vlc)[properties]: New field.
* gnu: xdg-desktop-portal-gtk: Update to 1.14.0.base-for-series-12772Mathieu Othacehe2022-06-20
| | | | * gnu/packages/freedesktop.scm (xdg-desktop-portal-gtk): Update to 1.14.0.
* gnu: xdg-desktop-portal: Update to 1.14.4.Mathieu Othacehe2022-06-20
| | | | | | * gnu/packages/freedesktop.scm (xdg-desktop-portal): Update to 1.14.4. [inputs]: Add gdk-pixbuf, use fuse@3. [arguments]: Build without systemd, set HOME variable.
* gnu: lxd: Remove input labels.Ludovic Courtès2022-06-19
| | | | | | * gnu/packages/virtualization.scm (lxd)[arguments]: In 'install' phase, refer to "bash-minimal" instead of "bash". [inputs]: Remove labels.
* gnu: lxd: Add ‘attr’ to inputs and use it in wrapper.Brian Cully2022-06-19
| | | | | | | | | | | | Fixes issue with lxd crashing on startup with: Error: exec: "setfattr": executable file not found in $PATH * gnu/packages/virtualization.scm (lxd)[arguments]: In 'install' phase, add "attr" to the list of packages used in 'wrap-program'. [inputs]: Add ATTR. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add cctools.Philip McGrath2022-06-19
| | | | | | | | * gnu/packages/darwin.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu/packages/darwin.scm (cctools): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* challenge: Colorize output.Ludovic Courtès2022-06-19
| | | | | * guix/scripts/challenge.scm (good-news, bad-news): New procedures. (summarize-report, summarize-report-list): Use them and 'highlight'.
* doc: Show (service ...) form in 'home-openssh-service-type' example.Ludovic Courtès2022-06-19
| | | | | * doc/guix.texi (Secure Shell): Include the (service ...) form in the example.
* gnu: Add texlive-floatflt.Andreas Enge2022-06-19
| | | | * gnu/packages/tex.scm (texlive-floatflt): New variable.
* gnu: Add maven-doxia-sink-api.Artyom V. Poptsov2022-06-19
| | | | | | | * gnu/packages/maven.scm (maven-doxia-sink-api): New variable. (maven-doxia-parent-pom): New private variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: barrier: Fix source hash.Tobias Geerinckx-Rice2022-06-12
| | | | | | | | | | | | The previous hash matches that of ‘guix hash -rx .’ on a pristine v2.4.0 checkout — without any submodules. We clone recursive?ly, so update the hash to include them. Closes <https://issues.guix.gnu.org/56091>. * gnu/packages/barrier.scm (barrier)[source]: Fix hash. Reported by Vishakh Kumar <grokkingstuff@gmail.com>.
* gnu: python-numpy: Skip 2 more tests on riscv64-linux.Efraim Flashner2022-06-19
| | | | | * gnu/packages/python-xyz.scm (python-numpy)[arguments]: Adjust custom 'check phase to skip two more tests when building for riscv64-linux.
* gnu: sbcl-nfiles: Update to 0.4.2.base-for-series-12765base-for-series-12763base-for-series-12761Pierre Neidhardt2022-06-19
| | | | * gnu/packages/lisp-xyz.scm (sbcl-nfiles): Update to 0.4.2.
* gnu: sbcl-cl-webkit: Update to 3.5.3.Pierre Neidhardt2022-06-19
| | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 3.5.3.
* gnu: sbcl-cmd: Update to 20220616.Pierre Neidhardt2022-06-19
| | | | * gnu/packages/lisp-xyz.scm (sbcl-cmd): Update to 20220616.
* gnu: emacs-lispy: Update to 20220209.Pierre Neidhardt2022-06-19
| | | | * gnu/packages/emacs-xyz.scm (emacs-lispy): Update to 20220209.
* guix: self: Do not record reference to gcc-toolchain.Julien Lepiller2022-06-18
| | | | | | | | The ld-wrapper from gcc-toolchain records a reference to the library path through rpath, but this is not needed. By explicitely using rpath flags instead, we save 150 MB of closure. * guix/self.scm (quiet-guile): Do not record reference to gcc-toolchain.
* gnu: Add java-asm-commons.Artyom V. Poptsov2022-06-18
| | | | | | * gnu/packages/java.scm (java-asm-commons-8): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: orange: Update to 3.32.0.Vinicius Monego2022-06-18
| | | | * gnu/packages/orange.scm (orange): Update to 3.32.0.
* gnu: freecad: Update to 0.20.Vinicius Monego2022-06-18
| | | | * gnu/packages/engineering.scm (freecad): Update to 0.20.
* gnu: gimp: Update to 2.10.32.Vinicius Monego2022-06-18
| | | | * gnu/packages/gimp.scm (gimp): Update to 2.10.32.
* gnu: gegl: Update to 0.4.36.Vinicius Monego2022-06-18
| | | | * gnu/packages/gimp.scm (gegl): Update to 0.4.36.
* gnu: babl: Update to 0.1.92.Vinicius Monego2022-06-18
| | | | * gnu/packages/gimp.scm (babl): Update to 0.1.92.
* gnu: photoflare: Update to 1.6.10.Vinicius Monego2022-06-18
| | | | * gnu/packages/photo.scm (photoflare): Update to 1.6.10.
* gnu: python-scikit-image: Update to 0.19.3.Vinicius Monego2022-06-18
| | | | * gnu/packages/python-science.scm (python-scikit-image): Update to 0.19.3.
* gnu: openxr: Update to 1.0.23.Vinicius Monego2022-06-18
| | | | * gnu/packages/graphics.scm (openxr): Update to 1.0.23.
* gnu: gthumb: Update to 3.12.2.Vinicius Monego2022-06-18
| | | | * gnu/packages/gnome.scm (gthumb): Update to 3.12.2.
* gnu: markets: Update to 0.5.4.Vinicius Monego2022-06-18
| | | | * gnu/packages/gnome-xyz.scm (markets): Update to 0.5.4.
* gnu: srain: Update to 1.4.0.Vinicius Monego2022-06-18
| | | | * gnu/packages/irc.scm (srain): Update to 1.4.0.
* gnu: muse-sequencer: Use Gexps.Vinicius Monego2022-06-18
| | | | * gnu/packages/music.scm (muse-sequencer)[arguments]: Use Gexps.