Age | Commit message (Expand) | Author |
---|---|---|
2020-11-11 | gnu: tome4: Prepare for cross-compilation....* gnu/packages/games.scm (tome4)[arguments]: Use CC-FOR-TARGET. | Tobias Geerinckx-Rice |
2020-11-11 | gnu: tome4: Update to 1.7.2....* gnu/packages/games.scm (tome4): Update to 1.7.2. | Tobias Geerinckx-Rice |
2020-11-11 | gnu: acpica: Update to 20200925....* gnu/packages/admin.scm (acpica): Update to 20200925. | Tobias Geerinckx-Rice |
2020-11-11 | gnu: telepathy-idle: Update to 0.2.2....* gnu/packages/freedesktop.scm (telepathy-idle): Update to 0.2.2. [source]: Use GIT-FETCH and GIT-FILE-NAME. [native-inputs]: Add autoconf, automake, and libootl. | Tobias Geerinckx-Rice |
2020-11-11 | gnu: mailman: Update to 3.3.2....* gnu/packages/mail.scm (mailman): Update to 3.3.2. | Tobias Geerinckx-Rice |
2020-11-11 | gnu: giac: Update to 1.6.0-31....* gnu/packages/algebra.scm (giac): Update to 1.6.0-31. | Nicolas Goaziou |
2020-11-11 | gnu: monero-gui: Update to 0.17.1.4....* gnu/packages/finance.scm (monero-gui): Update to 0.17.1.4. [inputs]: Remove qtlocation and qtmultimedia. [arguments]: Remove custom CMAKE_BUILD_TYPE, and set CMAKE_PREFIX_PATH to empty string in 'configure-flags' to fix a "file name too long" error during build. Remove patching of "monero/src/version.cpp.in" in 'fix-build' phase. | Guillaume Le Vaillant |
2020-11-11 | gnu: nyxt: Update to 2-pre-release-4....* gnu/packages/web-browsers.scm (nyxt): Update to 2-pre-release-4. | Pierre Neidhardt |
2020-11-11 | gnu: libcaca: Don't build static library....* gnu/packages/video.scm (libcaca)[arguments]: Add configure-flag to skip static library. | Efraim Flashner |
2020-11-11 | gnu: libbluray: Don't build static library....* gnu/packages/video.scm (libbluray)[arguments]: Add configure flag to skip static library. | Efraim Flashner |
2020-11-11 | gnu: pyzo: Update to 4.11.0....* gnu/packages/python-xyz.scm (pyzo): Update to 4.11.0. | Nicolas Goaziou |
2020-11-11 | gnu: zeromq: Don't build static library....This saves about 70% of the package size. * gnu/packages/networking.scm (zeromq)[arguments]: Add configure flag to skip building static library. | Efraim Flashner |
2020-11-11 | gnu: mednafen: Update to 1.26.1....* gnu/packages/emulators.scm (mednafen): Update to 1.26.1. | Nicolas Goaziou |
2020-11-11 | gnu: emacs-use-package: Update to 2.4.1...* gnu/packages/emacs-xyz.scm (emacs-use-package): Update to 2.4.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> | Andrew Tropin |
2020-11-11 | gnu: emacs-leaf: Update to 4.3.2....* gnu/packages/emacs-xyz.scm (emacs-leaf): Update to 4.3.2. | Nicolas Goaziou |
2020-11-11 | gnu: python-petsc4py: Fix build with python 3.8....* gnu/packages/maths.scm (python-petsc4py)[source]: Add snippet. [native-inputs]: New field. | Paul Garlick |
2020-11-11 | gnu: mingetty-shepherd-service: Make 'clear-on-logout' configurable....Also change the default configuration to clear on logout, which is the upstream default. * gnu/services/base.scm (<mingetty-configuration>): Add 'clear-on-logout?' field. (mingetty-shepherd-service): Pass the "--noclear" option to mingetty only if 'clear-on-logout?' is #false. * doc/guix.texi (Base Services): Document the 'clear-on-logout?' field. | Mark H Weaver |
2020-11-11 | gnu: icecat: Update to 78.4.1-guix0-preview1 [fixes CVE-2020-26950]....* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update gnuzilla commit, base version, and hashes. * gnu/packages/patches/icecat-makeicecat.patch: Adapt to new version. | Mark H Weaver |
2020-11-10 | gnu: oath-toolkit: Update to 2.6.3....* gnu/packages/authentication.scm (oath-toolkit): Update to 2.6.3. [source]: Remove obsolete patches. * gnu/packages/patches/oath-toolkit-glibc-compat.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Signed-off-by: Leo Famulari <leo@famulari.name> | Simon Josefsson |
2020-11-11 | gnu: vim: Update to 8.2.1971....* gnu/packages/vim.scm (vim): Update to 8.2.1971. | Tobias Geerinckx-Rice |
2020-11-10 | gnu: nomad: Update to 0.2.0-alpha-199-g3e7a475....* gnu/packages/guile-xyz.scm (nomad): Update to 0.2.0-alpha-199-g3e7a475. [inputs]: add gsettings-desktop-schemas Signed-off-by: Marius Bakke <marius@gnu.org> | Mike Rosset |
2020-11-10 | gnu: g-golf: Update to ef830107b9765bd6a2da848d0cbe45e11374c0b5....* gnu/packages/guile-xyz.scm (g-golf): Update to ef830107b9765bd6a2da848d0cbe45e11374c0b5. Signed-off-by: Marius Bakke <marius@gnu.org> | Mike Rosset |
2020-11-10 | gnu: emacsy-minimal: Update to v0.4.1-37-g5f91ee6....* gnu/packages/guile-xyz.scm (emacsy-minimal): Update to v0.4.1-37-g5f91ee6. Signed-off-by: Marius Bakke <marius@gnu.org> | Mike Rosset |
2020-11-10 | gnu: httpie: Add 'lint-hidden-cve' property....* gnu/packages/python-web.scm (httpie)[properties]: New field. Signed-off-by: Marius Bakke <marius@gnu.org> | Tanguy Le Carrour |
2020-11-10 | gnu: gnucash: Enable python bindings....* gnu/packages/gnucash.scm (gnucash): [inputs]: Add python. [outputs]: Add new output 'python' for python bindings. [arguments]<configure-flags>: Add '-DWITH_PYTHON=ON' [arguments]: Add new build phase 'split-python-bindings' Signed-off-by: Marius Bakke <marius@gnu.org> | Prafulla Giri |
2020-11-10 | gnu: Add setzer....* gnu/packages/gnome.scm (setzer): New variable. Signed-off-by: Marius Bakke <marius@gnu.org> | Vinicius Monego |
2020-11-10 | gnu: Add icedove-wayland....* gnu/packages/gnuzilla.scm (icedove/wayland): New variable. Signed-off-by: Marius Bakke <marius@gnu.org> | Jonathan Brielmaier |
2020-11-10 | gnu: sdcc: Remove non-free code....* gnu/packages/sdcc.scm (sdcc)[source]: Add snippet to remove bundled non-free source code. Add patch to disable use of non-free code in build scripts and compiler and update documentation to match. * gnu/packages/patches/sdcc-disable-non-free-code.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Marius Bakke <marius@gnu.org> | Simon South |
2020-11-10 | gnu: v4l-utils: Do not build static libraries....* gnu/packages/video.scm (v4l-utils)[arguments]: Add "--disable-static" to #:configure-flags. | Marius Bakke |
2020-11-10 | gnu: v4l-utils: Move graphical tools to a separate output...v4l-utils is a common dependency. Separate graphical tools to avoid pulling in qtbase unless they are referenced. * gnu/packages/video.scm (v4l-utils)[outputs]: New 'gui' output. [arguments]: Add 'split' phase. Signed-off-by: Marius Bakke <marius@gnu.org> | Ivan Kozlov |
2020-11-10 | gnu: python-canonicaljson: Update to 1.4.0....* gnu/packages/python-xyz.scm (python-canonicaljson): Update to 1.4.0. Signed-off-by: Marius Bakke <marius@gnu.org> | Michael Rohleder |
2020-11-10 | gnu: pre-commit: Update to 2.8.1....* gnu/packages/version-control.scm (pre-commit): Update to 2.8.1. [arguments]: Skip new dotnet and nodejs tests. [native-inputs]: Add python-re-assert. [inputs]: Propagate. Signed-off-by: Marius Bakke <marius@gnu.org> | Vinicius Monego |
2020-11-10 | gnu: Add python-re-assert....* gnu/packages/python-check.scm (python-re-assert): New variable. Signed-off-by: Marius Bakke <marius@gnu.org> | Vinicius Monego |
2020-11-10 | gnu: cl-slime-swank: Update to 2.26....* gnu/packages/lisp-xyz.scm (cl-slime-swank): Update to 2.26. | Alexandre Gomes |
2020-11-10 | gnu: ungoogled-chromium: Update to 86.0.4240.193-0.b68e17f....* gnu/packages/chromium.scm (%chromium-version): Set to 86.0.4240.193. (ungoogled-chromium): Update hash. | Marius Bakke |
2020-11-10 | gnu: amsynth: Find external commands....* gnu/packages/music.scm (amsynth)[arguments]: Add a ‘patch-file-names’ phase. [inputs]: Add unzip and which. | Tobias Geerinckx-Rice |
2020-11-10 | gnu: amsynth: Order inputs alphabetically....* gnu/packages/music.scm (amsynth)[inputs, native-inputs]: Sort. | Tobias Geerinckx-Rice |
2020-11-10 | gnu: enchant: Update to 2.2.13....* gnu/packages/enchant.scm (enchant): Update to 2.2.13. | Tobias Geerinckx-Rice |
2020-11-10 | gnu: rocksdb: Build reproducibly....* gnu/packages/databases.scm (rocksdb)[arguments]: Hard code the build date. | Tobias Geerinckx-Rice |
2020-11-10 | gnu: jimtcl: Update to 0.80....* gnu/packages/embedded.scm (jimtcl): Update to 0.80. [arguments]: Add a ‘delete-failing-tests’ phase. [native-inputs]: Add inetutils. | Tobias Geerinckx-Rice |
2020-11-10 | gnu: mariadb-connector-c: Update to 3.1.11....* gnu/packages/databases.scm (mariadb-connector-c): Update to 3.1.11. [source]: Specify a mirror. | Tobias Geerinckx-Rice |
2020-11-10 | gnu: xfconf: Update to 4.14.4....* gnu/packages/xfce.scm (xfconf): Update to 4.14.4. | Tobias Geerinckx-Rice |
2020-11-10 | gnu: burp: Update to 2.3.38....* gnu/packages/backup.scm (burp): Update to 2.3.38. | Tobias Geerinckx-Rice |
2020-11-10 | gnu: ruby-chunky-png: Add warning about untrusted input....* gnu/packages/ruby.scm (ruby-chunky-png)[description]: Warn of decompression bombs. | Tobias Geerinckx-Rice |
2020-11-10 | gnu: ruby-chunky-png: Update to 1.3.14....* gnu/packages/ruby.scm (ruby-chunky-png): Update to 1.3.14. | Tobias Geerinckx-Rice |
2020-11-10 | gnu: emacs-yaml-mode: Update to 0.0.15....* gnu/packages/emacs-xyz.scm (emacs-yaml-mode): Update to 0.0.15. [description]: Remove out of place information. Fix typography. | Nicolas Goaziou |
2020-11-10 | gnu: emacs-emms: Update to 6.2....* gnu/packages/emacs-xyz.scm (emacs-emms): Update to 6.2. | Nicolas Goaziou |
2020-11-10 | gnu: ocaml: Switch to 4.11 by default....* gnu/packages/ocaml.scm (ocaml): Switch to 4.11 by default. | Julien Lepiller |
2020-11-10 | gnu: ocamlify: Perform bootstrap build....setup.ml is pre-generated in this package. Since it is generated by a dependent package, we build manually. This will also allow us to build this package properly with ocaml 4.11. * gnu/packages/ocaml.scm (ocamlify): Perform bootstrap build. | Julien Lepiller |
2020-11-10 | gnu: ocaml-ppx-tools-versioned: Use release profile....* gnu/packages/ocaml.scm (ocaml-ppx-tools-versioned): Use release profile. | Julien Lepiller |