summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: linux-libre 5.17: Update to 5.17.4.Leo Famulari2022-04-21
| | | | | * gnu/packages/linux.scm (linux-libre-5.17-version): Update to 5.17.4. (linux-libre-5.17-pristine-source, deblob-scripts-5.17): Update hashes.
* gnu: homebank: Update to 5.5.5.Vinicius Monego2022-04-20
| | | | * gnu/packages/finance.scm (homebank): Update to 5.5.5.
* gnu: gsequencer: Update to 3.18.2.Vinicius Monego2022-04-20
| | | | * gnu/packages/music.scm (gsequencer): Update to 3.18.2.
* gnu: pre-commit: Update to 2.18.1.Vinicius Monego2022-04-20
| | | | * gnu/packages/version-control.scm (pre-commit): Update to 2.18.1.
* gnu: shotcut: Update to 22.03.30.Vinicius Monego2022-04-20
| | | | * gnu/packages/video.scm (shotcut): Update to 22.03.30.
* gnu: mlt: Update to 7.6.0.Vinicius Monego2022-04-20
| | | | * gnu/packages/video.scm (mlt): Update to 7.6.0.
* home: shepherd: Redirect input port to /dev/null.Ludovic Courtès2022-04-21
| | | | | | | Suggested by Aleksandr Vityazev <avityazev@posteo.org>. * gnu/home/services/shepherd.scm (home-shepherd-configuration-file): Redirect input port to /dev/null.
* home: shepherd: "shepherd.conf" returns one value.Ludovic Courtès2022-04-21
| | | | | | | | | Fixes <https://issues.guix.gnu.org/54779>. Reported by Aleksandr Vityazev <avityazev@posteo.org> and Nicolas Graves <ngraves@ngraves.fr>. * gnu/home/services/shepherd.scm (home-shepherd-configuration-file): Return one value.
* gnu: Add emacs-cpreproc.Fredrik Salomonsson2022-04-20
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-cpreproc): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add pikchr.pukkamustard2022-04-20
| | | | | | | * gnu/packages/pikchr.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: aws-sdk-cpp: Update to 1.9.236.Greg Hogan2022-04-20
| | | | | | * gnu/packages/cpp.scm (aws-sdk-cpp): Update to 1.9.236. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: aws-crt-cpp: Update to 0.17.27.Greg Hogan2022-04-20
| | | | | | * gnu/packages/cpp.scm (aws-crt-cpp): Update to 0.17.27. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: aws-c-mqtt: Update to 0.7.10.Greg Hogan2022-04-20
| | | | | | * gnu/packages/c.scm (aws-c-mqtt): Update to 0.7.10. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: aws-c-s3: Update to 0.1.38.Greg Hogan2022-04-20
| | | | | | * gnu/packages/c.scm (aws-c-s3): Update to 0.1.38. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: aws-c-auth: Update to 0.6.11.Greg Hogan2022-04-20
| | | | | | * gnu/packages/c.scm (aws-c-auth): Update to 0.6.11. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: aws-c-http: Update to 0.6.13.Greg Hogan2022-04-20
| | | | | | * gnu/packages/c.scm (aws-c-http): Update to 0.6.13. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add aws-c-sdkutils.Greg Hogan2022-04-20
| | | | | | * gnu/packages/c.scm (aws-c-sdkutils): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: aws-c-cal: Update to 0.5.17.Greg Hogan2022-04-20
| | | | | | * gnu/packages/c.scm (aws-c-cal): Update to 0.5.17. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: aws-c-io: Update to 0.10.20.Greg Hogan2022-04-20
| | | | | | * gnu/packages/c.scm (aws-c-io): Update to 0.10.20. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: aws-c-common: Update to 0.6.20.Greg Hogan2022-04-20
| | | | | | * gnu/packages/c.scm (aws-c-common): Update to 0.6.20. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: aws-lc: Update to 1.0.2.Greg Hogan2022-04-20
| | | | | | * gnu/packages/tls.scm (aws-lc): Update to 1.0.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: s2n: Update to 1.3.10.Greg Hogan2022-04-20
| | | | | | * gnu/packages/tls.scm (s2n): Update to 1.3.10. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: folly: Update to 2022.04.11.00.Greg Hogan2022-04-20
| | | | | | * gnu/packages/cpp.scm (folly): Update to 2022.04.11.00. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: cxxopts: Update to 3.0.0.Greg Hogan2022-04-20
| | | | | | * gnu/packages/cpp.scm (cxxopts): Update to 3.0.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* git-download: Set locale to deal with Unicode in git metadata.Attila Lendvai2022-04-20
| | | | | | | | | | | | | | | | | | Without this the git-fetch GEXP is run in an environment that uses ASCII character encoding when strings are crossing the Guile - C boundary. It means that e.g. tag names that have Unicode chars in them will cause problems, e.g. when walking and deleting the .git directory. An example in the wild: https://github.com/klauspost/pgzip/tags Fixes <https://issues.guix.gnu.org/54893>. * guix/git-download.scm (git-fetch): Call 'setenv' and 'setlocale' to set it to en_US.utf8. * gnu/packages/commencement.scm (glibc-utf8-locales-final): Make public. Add 'properties' field. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: ungoogled-chromium: Update to 100.0.4896.127-1.Marius Bakke2022-04-20
| | | | | * gnu/packages/chromium.scm (%chromium-version): Set to 100.0.4896.127-1. (%ungoogled-origin, ungoogled-chromium): Update hashes.
* gnu: idris: Update to 1.3.4.Eric Bavier2022-04-20
| | | | | | | | | | | * gnu/packages/patches/idris-build-with-haskeline-0.8.patch, gnu/packages/patches/idris-build-with-megaparsec-9.patch, gnu/packages/patches/idris-disable-test.patch: Delete patches. * gnu/local.mk (dist_patch_DATA): Unregister them. * gnu/packages/idris.scm (idris): Update to 1.3.4. [source]: Use git-fetch. Adjust patches. Co-authored-by: Attila Lendvai <attila@lendvai.name>
* gnu: idris: Use cc-for-target.Eric Bavier2022-04-20
| | | | | * gnu/packages/idris.scm (idris)[arguments]: Use cc-for-target in place of "gcc".
* gnu: idris: Remove trailing #t.Eric Bavier2022-04-20
| | | | * gnu/packages/idris.scm (idris)[arguments]: Remove trailing #t.
* gnu: Add cl-just-getopt-parser.Thomas Albers Raviola2022-04-20
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-just-getopt-parser, ecl-just-getopt-parser, cl-just-getopt-parser): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: vcflib: Update to 1.0.3.Efraim Flashner2022-04-19
| | | | | | * gnu/packages/bioinformatics.scm (vcflib): Update to 1.0.3. [source]: Remove trailing #t. [arguments]: Remove trailing #t from phases.
* gnu: komikku: Update to 0.38.0.Liliana Marie Prikler2022-04-19
| | | | * gnu/packages/gnome.scm (komikku): Update to 0.38.0.
* gnu: openttd: Use new package style.Liliana Marie Prikler2022-04-19
| | | | | | | | * gnu/packages/games.scm (openttd)[arguments]: Convert to list of G-Expressions. <install-data>: Use search paths to find ‘/share/games/openttd’ input directories. [native-inputs]: Use modify-inputs.
* gnu: openttd-openmsx: Use new package style.Liliana Marie Prikler2022-04-19
| | | | | | * gnu/packages/games.scm (openttd-openmsx)[arguments]: Convert to list of G-Expressions. [native-inputs]: Drop labels.
* gnu: openttd-opensfx: Use new package style.Liliana Marie Prikler2022-04-19
| | | | | | * gnu/packages/games.scm (openttd-opensfx)[arguments]: Convert to list of G-Expressions. Drop trailing ‘#t’s. [native-inputs]: Drop labels.
* gnu: openttd-gfx: Use new package style.Liliana Marie Prikler2022-04-19
| | | | | | * gnu/packages/games.scm (openttd-gfx)[arguments]: Convert to list of G-Expressions. [native-inputs]: Drop labels.
* gnu: openttd-engine: Drop labels from inputs.Liliana Marie Prikler2022-04-19
| | | | * gnu/packages/games.scm (openttd-engine)[inputs]: Drop labels.
* gnu: openttd: Let the music play.Liliana Marie Prikler2022-04-19
| | | | | | * gnu/packages/games.scm (openttd)[inputs]: Remove timidity++. Add fluidsynth and freepats-gm. [#:phases]<patch-sources>: New phase.
* gnu: Add freepats-gm.Liliana Marie Prikler2022-04-19
| | | | * gnu/packages/audio.scm (freepats-gm): New variable.
* gnu: gnome-shell-extension-just-perfection: Update to 20.0.Liliana Marie Prikler2022-04-19
| | | | * gnu/packages/gnome-xyz.scm (gnome-shell-extension-just-perfection): Update to 20.0.
* gnu: kmessagelib: Fix building.Efraim Flashner2022-04-19
| | | | | * gnu/packages/kde-pim.scm (kmessagelib)[arguments]: Adjust custom 'extend-CPUS_INCLUDE_PATH phase to specifically add libkdepim.
* gnu: polyml: Update to 5.9.Foo Chuan Wei2022-04-19
| | | | | | | * gnu/packages/sml.scm (polyml): Update to 5.9. [arguments]<#:configure-flags>: Remove nonexistent options. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Fix input typoes.Efraim Flashner2022-04-19
| | | | | | * gnu/packages/emulators.scm (nestopia-ue)[inputs]: Move ',' to its operand. * gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Same.
* gnu: kwave: Build with librsvg-for-system.Efraim Flashner2022-04-19
| | | | | * gnu/packages/kde-multimedia.scm (kwave)[native-inputs]: Replace librsvg with librsvg-for-system.
* gnu: lrslib: Update to 7.2.Andreas Enge2022-04-19
| | | | * gnu/packages/maths.scm (lrslib): Update to 7.2.
* gnu: arb: Update to 2.22.1.Andreas Enge2022-04-19
| | | | * gnu/packages/algebra.scm (arb): Update to 2.22.1.
* gnu: pari-gp: Update to 2.13.4.Andreas Enge2022-04-19
| | | | * gnu/packages/algebra.scm (pari-gp): Update to 2.13.4.
* gnu: geary: Remove input labels.Ludovic Courtès2022-04-19
| | | | * gnu/packages/gnome.scm (geary)[inputs, native-inputs]: Remove labels.
* gnu: geary: Add missing input.Rene Saavedra2022-04-19
| | | | | | * gnu/packages/gnome.scm (geary)[native-inputs]: Add python for configure phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libtcod: Remove trailing boolean.jgart2022-04-19
| | | | | | * gnu/packages/game-development.scm (libtcod): Remove trailing boolean. Signed-off-by: Ludovic Courtès <ludo@gnu.org>