Age | Commit message (Collapse) | Author |
|
* gnu/packages/package-management.scm
(nar-herder)[native-inputs,propagated-inputs]: Add guile-lzlib.
[arguments]: Wrap with guile-lzlib.
|
|
* gnu/packages/education.scm (fet): Update to 6.5.3.
|
|
* gnu/packages/python-xyz.scm (python-pyzmq)[source]: Add snippet to
remove bundled source code and pre-cythonized files.
|
|
* gnu/packages/emacs-xyz.scm (emacs-web-mode): Update to 17.2.1.
|
|
* gnu/packages/emacs-xyz.scm (emacs-embark): Update to 0.17.
|
|
* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.24.
|
|
* gnu/packages/emacs-xyz.scm (emacs-flycheck): Update to 32.
|
|
* gnu/packages/emacs-xyz.scm (emacs-consult): Update to 0.18.
[propagated-inputs]: Add emacs-compat.
|
|
* gnu/packages/emacs-xyz.scm (emacs-compat): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-elpher): Update to 3.4.1.
|
|
* gnu/packages/databases.scm (postgresql-14): Update to 14.4.
|
|
* 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/packages/cluster.scm (drbd-utils)[arguments]: Use G-expression.
[native-inputs]: Remove labels.
|
|
* gnu/packages/cluster.scm (drbd-utils): Update to 9.21.2.
|
|
* gnu/packages/cluster.scm (drbd-utils)[properties]: New field.
|
|
* gnu/packages/web.scm (libhttpd): Update to 1.4.65.
|
|
* gnu/packages/gps.scm (gpxsee): Update to 11.1.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* 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>
|
|
This is a follow-up to 6f2df20b0f8555ab1568ad1d661cb6e737a4bb8f.
* gnu/packages/rust-apps.scm (rust-cargo-c)[inputs]: Add libgit2-1.3.
|
|
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/packages/video.scm (vlc): Update to 3.0.17.4.
|
|
* gnu/packages/video.scm (vlc)[properties]: New field.
|
|
* gnu/packages/freedesktop.scm (xdg-desktop-portal-gtk): Update to 1.14.0.
|
|
* 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/packages/virtualization.scm (lxd)[arguments]: In 'install' phase,
refer to "bash-minimal" instead of "bash".
[inputs]: Remove labels.
|
|
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/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>
|
|
* guix/scripts/challenge.scm (good-news, bad-news): New procedures.
(summarize-report, summarize-report-list): Use them and 'highlight'.
|
|
* doc/guix.texi (Secure Shell): Include the (service ...) form in the
example.
|
|
* gnu/packages/tex.scm (texlive-floatflt): New variable.
|
|
* 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>
|
|
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/packages/python-xyz.scm (python-numpy)[arguments]: Adjust custom
'check phase to skip two more tests when building for riscv64-linux.
|
|
* gnu/packages/lisp-xyz.scm (sbcl-nfiles): Update to 0.4.2.
|
|
* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 3.5.3.
|
|
* gnu/packages/lisp-xyz.scm (sbcl-cmd): Update to 20220616.
|
|
* gnu/packages/emacs-xyz.scm (emacs-lispy): Update to 20220209.
|
|
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/packages/java.scm (java-asm-commons-8): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
|
* gnu/packages/orange.scm (orange): Update to 3.32.0.
|
|
* gnu/packages/engineering.scm (freecad): Update to 0.20.
|
|
* gnu/packages/gimp.scm (gimp): Update to 2.10.32.
|
|
* gnu/packages/gimp.scm (gegl): Update to 0.4.36.
|
|
* gnu/packages/gimp.scm (babl): Update to 0.1.92.
|
|
* gnu/packages/photo.scm (photoflare): Update to 1.6.10.
|
|
* gnu/packages/python-science.scm (python-scikit-image): Update to 0.19.3.
|
|
* gnu/packages/graphics.scm (openxr): Update to 1.0.23.
|
|
* gnu/packages/gnome.scm (gthumb): Update to 3.12.2.
|
|
* gnu/packages/gnome-xyz.scm (markets): Update to 0.5.4.
|
|
* gnu/packages/irc.scm (srain): Update to 1.4.0.
|