aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* gnu: bear: Replace spdlog with spdlog-1.10.•••* gnu/packages/build-tools.scm (bear)[inputs]: Replace spdlog with spdlog-1.10. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan2022-11-11
* gnu: Add spdlog-1.10.•••* gnu/packages/logging.scm (spdlog-1.10): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan2022-11-11
* gnu: mangohud: Update to 0.6.8.•••* gnu/packages/graphics.scm (mangohud): Update to 0.6.8. Signed-off-by: Ludovic Courtès <ludo@gnu.org> dan2022-11-11
* gnu: xfce4-settings: Update to 4.16.4.•••* gnu/packages/xfce.scm (xfce4-settings): Update to 4.16.4. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Michael Rohleder2022-11-11
* gnu: valgrind: Add version 3.20.0.•••* gnu/packages/valgrind.scm (valgrind-3.18): Remove. (valgrind-3.20): New variable. Ludovic Courtès2022-11-11
* gnu-maintenance: 'release-file?' excludes "valgrind-3.20.0.RC1.tar.bz2".•••* guix/gnu-maintenance.scm (%alpha-tarball-rx): Add "." before "(alpha|beta|...)". * tests/gnu-maintenance.scm ("release-file?"): Add test for Valgrind. Ludovic Courtès2022-11-11
* gnu-maintenance: 'gnu' updater prefers tarball with same compression.•••Fixes <https://issues.guix.gnu.org/59168>. Previously 'guix build make --with-latest=make' would pick ".tar.lz", rather than "tar.gz", because "tar.lz" happened to come first in the <upstream-source> 'urls' field. * guix/gnu-maintenance.scm (latest-gnu-release)[archive-type] [better-tarball?]: New variables. Sort TARBALLS according to BETTER-TARBALL?. Ludovic Courtès2022-11-11
* upstream: Factorize 'package-archive-type'.•••* guix/upstream.scm (package-archive-type): New procedure. (package-update/url-fetch): Use it. Ludovic Courtès2022-11-11
* grafts: Run with a UTF-8 locale.•••Fixes <https://issues.guix.gnu.org/55968>. Reported by Maxime Devos <maximedevos@telenet.be>. * guix/grafts.scm (%graft-with-utf8-locale?): New parameter. (graft-derivation/shallow)[glibc-locales, set-utf8-locale]: New variables. [build]: Use 'set-utf8-locale'. * tests/gexp.scm, tests/grafts.scm, tests/packages.scm: Set '%graft-with-utf8-locale?' to #f. Ludovic Courtès2022-11-11
* gnu: plymouth: Update to 22.02.122.•••* gnu/packages/freedesktop.scm (plymouth): Update to 22.02.122. Ricardo Wurmus2022-11-11
* gnu: plymouth: Change configure flags.•••Remove unnecessary color flags, and set the default logo to the run directory because /etc will not exist in the early boot process. * gnu/packages/freedesktop.scm (plymouth)[arguments]: Remove "--with-background-color", "--with-background-start-color-stop", and "--with-background-end-color-stop" options; change value of "--with-logo" option. Ricardo Wurmus2022-11-11
* gnu: plymouth: Use plain list of native inputs.•••* gnu/packages/freedesktop.scm (plymouth)[native-inputs]: Use list without labels. Ricardo Wurmus2022-11-11
* gnu: plymouth: Use gexps.•••* gnu/packages/freedesktop.scm (plymouth)[arguments]: Use gexps. Ricardo Wurmus2022-11-11
* gnu: ungoogled-chromium: Update to 107.0.5304.110-1.•••* gnu/packages/chromium.scm (%chromium-version): Set to 107.0.5304.110. (%ungoogled-origin, ungoogled-chromium): Update hashes. Marius Bakke2022-11-11
* gnu: ganeti-instance-guix: Update to 0.8.•••* gnu/packages/virtualization.scm (ganeti-instance-guix): Update to 0.8. [native-inputs]: Add JQ. [inputs]: Add CRYPTSETUP. Marius Bakke2022-11-11
* gnu: java-openmpi: Remove unused module import.•••* gnu/packages/mpi.scm (java-openmpi)[arguments]: Don't import (guix build syscalls). Marius Bakke2022-11-11
* gnu: clojure: Remove unused module import.•••* gnu/packages/clojure.scm (clojure)[arguments]: Don't import (guix build syscalls). Marius Bakke2022-11-11
* gnu: dbqn: Remove unused module import.•••* gnu/packages/bqn.scm (dbqn)[arguments]: Don't import (guix build syscalls). Marius Bakke2022-11-11
* gnu: axoloti: Remove unused module import.•••* gnu/packages/axoloti.scm (axoloti-runtime, axoloti-patcher, axoloti-patcher-next)[arguments]: Don't import (guix build syscalls). Marius Bakke2022-11-11
* gnu: maven-model: Avoid usage of (guix build syscalls).•••* gnu/packages/maven.scm (maven-3.0-model)[arguments]: Use MKDTEMP instead of MKDTEMP!. Marius Bakke2022-11-11
* build-system/dub: Avoid usage of (guix build syscalls).•••* guix/build/dub-build-system.scm (configure): Use MKDTEMP instead of MKDTEMP!. Marius Bakke2022-11-11
* build-system/clojure: Avoid usage of (guix build sycalls).•••* guix/build/clojure-build-system.scm (reset-class-timestamps): Use MKDTEMP from Guile core instead of MKDTEMP!. Marius Bakke2022-11-11
* gnu: OpenJDK: Avoid usage of (guix build syscalls).•••* gnu/packages/java.scm (ant-bootstrap)[arguments]: Use MKDTEMP instead of MKDTEMP! from (guix build syscalls). (icedtea-8, openjdk9, openjdk11, antlr2): Likewise. Marius Bakke2022-11-11
* build-system/ant: Avoid usage of (guix build syscalls).•••* guix/build/ant-build-system.scm (strip-jar-timestamps): Use MKDTEMP from Guile core rather than MKDTEMP!. * guix/build/java-utils.scm (install-jar-file-with-pom): Likewise. Marius Bakke2022-11-11
* gnu: guile-aiscm: Use different variant of protobuf-c.•••* gnu/packages/machine-learning.scm (guile-aiscm)[native-inputs]: Replace protobuf-c with protobuf-c-for-aiscm. Ricardo Wurmus2022-11-11
* gnu: Add protobuf-c-for-aiscm.•••* gnu/packages/protobuf.scm (protobuf-c-for-aiscm): New variable. Ricardo Wurmus2022-11-11
* import/cran: Add package name mapping for "booktabs".•••* guix/import/cran.scm (transform-sysname): Add mapping for "booktabs". Ricardo Wurmus2022-11-11
* import/cran: Add more strings to the list of invalid packages.•••* guix/import/cran.scm (invalid-packages): Add "c++", "c++17", and "posix.1-2001" to list of invalid packages. Ricardo Wurmus2022-11-11
* gnu: Add python-tspex.•••* gnu/packages/python-science.scm (python-tspex): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net> Navid Afkhami2022-11-11
* gnu: scintilla: Update to 5.3.1.•••* gnu/packages/text-editors.scm (scintilla): Update to 5.3.1. Nicolas Goaziou2022-11-11
* gnu: emacs-robot-mode: Update to 0.7.0.•••* gnu/packages/emacs-xyz.scm (emacs-robot-mode): Update to 0.7.0. Nicolas Goaziou2022-11-11
* gnu: emacs-org-transclusion: Run tests.•••* gnu/packages/emacs-xyz.scm (emacs-org-transclusion)[argument]: Run tests. [native-inputs]: Add EMACS-ERT-RUNNER. Nicolas Goaziou2022-11-11
* gnu: emacs-doom-modeline: Update to 3.3.2.•••* gnu/packages/emacs-xyz.scm (emacs-doom-modeline): Update to 3.3.2. Nicolas Goaziou2022-11-11
* gnu: emacs-cape: Update to 0.10.•••* gnu/packages/emacs-xyz.scm (emacs-cape): Update to 0.10. Nicolas Goaziou2022-11-11
* gnu: Add go-github-com-xo-terminfo.•••* gnu/packages/golang.scm (go-github-com-xo-terminfo): New variable. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name> (unmatched-parenthesis2022-11-11
* gnu: Add go-google-golang-org-protobuf.•••* gnu/packages/golang.scm (go-google-golang-org-protobuf): New variable. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name> (unmatched-parenthesis2022-11-11
* gnu: Add go-github-com-creack-pty.•••* gnu/packages/golang.scm (go-github-com-creack-pty): New variable. * guix/build-system/go.scm (go-target): Add to exported variables. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name> (unmatched-parenthesis2022-11-10
* gnu: tor: Update to 0.4.7.11.•••* gnu/packages/tor.scm (tor): Update to 0.4.7.11. Efraim Flashner2022-11-10
* gnu: parted: Add a debug output.•••This is useful when debugging installer crashes in libparted. * gnu/packages/disk.scm (parted)[outputs]: Add a "debug" output. Mathieu Othacehe2022-11-10
* gnu: Add cl-nsymbols.•••* gnu/packages/lisp-xyz.scm (sbcl-nsymbols, cl-nsymbols, ecl-nsymbols): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Artyom Bologov2022-11-10
* gnu: mako: Patch makoctl to refer directly to binaries.•••* gnu/packages/wm.scm (mako)[arguments]<#:phases>{'patch-makoctl}: New phase. [inputs]: Add jq. Signed-off-by: Andrew Tropin <andrew@trop.in> ( via Guix-patches via2022-11-10
* gnu: guile-parted: Fix hash.•••* gnu/packages/guile-xyz.scm (guile-parted): Fix hash. Andrew Tropin2022-11-10
* gnu: guile-parted: Update to 0.0.7.•••* gnu/packages/guile-xyz.scm (guile-parted): Update to 0.0.7. Mathieu Othacehe2022-11-10
* gnu: Add cl-lass.•••* gnu/packages/lisp-xyz.scm (sbcl-lass, cl-lass, ecl-lass): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Artyom Bologov2022-11-10
* gnu: icedove: Update to 102.4.2.•••* gnu/packages/gnuzilla.scm (%icedove-build-id, %icedove-version) Update to 102.4.2. Jonathan Brielmaier2022-11-10
* gnu: font-chiron-hei-hk: Update to 2.505.•••* gnu/packages/fonts.scm (font-chiron-hei-hk): Update to 2.505. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Hilton Chain2022-11-10
* gnu: font-chiron-sung-hk: Update to 1.007.•••* gnu/packages/fonts.scm (font-chiron-sung-hk): Update to 1.007. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Hilton Chain2022-11-10
* gnu: btop: Update to 1.2.13.•••* gnu/packages/admin.scm (btop): Update to 1.2.13. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Michael Rohleder2022-11-10
* gnu: scdoc: Update to 1.11.2.•••* gnu/packages/man.scm (scdoc): Update to 1.11.2. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Imran Iqbal2022-11-10
* gnu: Add modprobed-db.•••* gnu/packages/linux.scm (modprobed-db): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Hilton Chain2022-11-09