summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: ugrep: Simplify snippet.Liliana Marie Prikler2022-08-06
| | | | | * gnu/packages/search.scm (ugrep)[source]: Use nested for-each loop. Simplify regular expressions.
* gnu: ugrep: Use G-Expressions.kiasoc52022-08-06
| | | | | | | * gnu/packages/search.scm (ugrep)[source]: Convert snippet to G-Expression. [arguments]: Convert to list of G-Expressions. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: ugrep: Build with zstd support.kiasoc52022-08-06
| | | | | | * gnu/packages/search.scm (ugrep)[inputs]: Add zstd lib. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: yt-dlp: Use new package style.kiasoc52022-08-06
| | | | | | | | | * gnu/packages/video.scm (yt-dlp)[source](snippet): Rewrite as a G-Expression. [arguments]: Use G-Expressions. [inputs]: Drop labels. [native-inputs]: Likewise. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: yt-dlp: Update to 2022.07.18.kiasoc52022-08-06
| | | | | | * gnu/packages/video.scm (yt-dlp): Update to 2022.07.18. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: queen: Use new package style.Liliana Marie Prikler2022-08-06
| | | | | | | * gnu/packages/games.scm (make-queen-package)[build-system]: Use copy-build-system. [arguments]: Convert to list of G-Expressions. Replace #:modules and #:builder with #:install-plan and #:phases.
* gnu: queen-de: Fix build.Felix Gruber2022-08-06
| | | | | | | | | | The sources for queen-de lack a readme, so check whether one exists prior to trying to install it. See <https://bugs.gnu.org/56886>. * gnu/packages/games.scm (make-queen-package)[#:builder]: Only install readme.txt if it exists. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: komikku: Update to 0.40.0.Liliana Marie Prikler2022-08-06
| | | | * gnu/packages/gnome.scm (komikku): Update to 0.40.0.
* gnu: libinih: Update to 56.Tobias Geerinckx-Rice2022-07-31
| | | | * gnu/packages/linux.scm (libinih): Update to 56.
* gnu: frotz: Update to 2.54.Tobias Geerinckx-Rice2022-07-31
| | | | | | | | | | | This fixes the build. * gnu/packages/games.scm (frotz): Update to 2.54. [arguments]: Use G-expressions. Set CC in #:make-flags. Remove obsolete 'curses phase. Don't explicitly return #t from phases. [native-inputs]: Add pkg-config and which. [inputs]: Add ao.
* gnu: emacs-gruvbox-theme: Update to 1.29.0.Nicolas Goaziou2022-08-06
| | | | * gnu/packages/emacs-xyz.scm (emacs-gruvbox-theme): Update to 1.29.0.
* gnu: emacs-taxy: Update to 0.10.Nicolas Goaziou2022-08-06
| | | | * gnu/packages/emacs-xyz.scm (emacs-taxy): Update to 0.10.
* gnu: Add python-pynbody.Sharlatan Hellseher2022-08-05
| | | | | | * gnu/packages/astronomy.scm: (python-pynbody): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add python-posix-ipc.Sharlatan Hellseher2022-08-05
| | | | | | * gnu/packages/python-xyz.scm: (python-posix-ipc): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Remove rust-pico-sys-0.0.Efraim Flashner2022-08-05
| | | | * gnu/packages/crates-io.scm (rust-pico-sys-0.0): Remove variable.
* gnu: rust-httparse-1: Update to 1.7.1.Efraim Flashner2022-08-05
| | | | | | * gnu/packages/crates-io.scm (rust-httparse-1): Update to 1.7.1. [cargo-development-inputs]: Remove rust-pico-sys-0.0. Add rust-criterion-0.3.
* gnu: urlscan: Update to 0.9.10.Efraim Flashner2022-08-05
| | | | * gnu/packages/mail.scm (urlscan): Update to 0.9.10.
* gnu: Add r-biomartr.Ricardo Wurmus2022-08-05
| | | | * gnu/packages/bioconductor.scm (r-biomartr): New variable.
* gnu: Add r-philentropy.Ricardo Wurmus2022-08-05
| | | | * gnu/packages/cran.scm (r-philentropy): New variable.
* gnu: Add r-poorman.Ricardo Wurmus2022-08-05
| | | | * gnu/packages/cran.scm (r-poorman): New variable.
* gnu: mumps: Add alternate source code URL.Ludovic Courtès2022-08-05
| | | | * gnu/packages/maths.scm (mumps)[source]: Add alternate URL.
* gnu: mumps: Update to 5.5.1FELŠÖCI Marek2022-08-05
| | | | | | | | | | * gnu/packages/maths.scm (mumps): Update to 5.5.1. Stop applying patches as the build configuration has been updated upstream. Allow for further optimized BLR compression by specifying the -DBLR_MT build option. * gnu/packages/patches/mumps-build-parallelism.patch: File removed. * gnu/packages/patches/mumps-shared-libseq.patch: File removed. * gnu/packages/patches/mumps-shared-mumps.patch: File removed. * gnu/packages/patches/mumps-shared-pord.patch: File removed. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add texlive-sourcecodepro.Philip McGrath2022-08-05
| | | | | | * gnu/packages/tex.scm (texlive-sourcecodepro): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add texlive-sourceserifpro.Philip McGrath2022-08-05
| | | | | | * gnu/packages/tex.scm (texlive-sourceserifpro): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add texlive-sourcesanspro.Philip McGrath2022-08-05
| | | | | | * gnu/packages/tex.scm (texlive-sourcesanspro): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add texlive-physics.Philip McGrath2022-08-05
| | | | | | * gnu/packages/tex.scm (texlive-physics): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add texlive-datatool.Philip McGrath2022-08-05
| | | | | | * gnu/packages/tex.scm (texlive-datatool): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add texlive-comment.Philip McGrath2022-08-05
| | | | | | * gnu/packages/tex.scm (texlive-comment): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add texlive-breqn.Philip McGrath2022-08-05
| | | | | | * gnu/packages/tex.scm (texlive-breqn): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add texlive-abstract.Philip McGrath2022-08-05
| | | | | | * gnu/packages/tex.scm (texlive-abstract): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gnome-shell-extension-appindicator: Update to 42.tiantian2022-08-05
| | | | | | | | | * gnu/packages/gnome-xyz.scm (gnome-shell-extension-appindicator): Update to 42. [build-system]: Switch to meson-build-system. [arguments]: Delete. [native-inputs]: New field. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: openssl: Keep .dll.a files in main output.Vivien Kraus2022-08-05
| | | | | | | * gnu/packages/tls.scm (openssl) [phase move-static-libraries]: Do not move .dll.a files to the static output when targetting mingw. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add perf-tools.Olivier Dion2022-08-05
| | | | | | * gnu/packages/instrumentation.scm (perf-tools): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: veusz: Fix build.Felix Gruber2022-08-05
| | | | | | | * gnu/packages/maths.scm (veusz)[arguments] Fix lookup of qtsvg path in wrap-executable phase. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: guile-parted: Use the latest parted.Mathieu Othacehe2022-08-05
| | | | | | | | The Parted 3.5 regression discussed here: https://issues.guix.gnu.org/55549 has been fixed with 3c381af76a144a4dc3d0f9269f43ee2ec501b538. * gnu/packages/guile-xyz.scm (guile-parted)[inputs]: Use the latest parted package.
* gnu: Add svkbd.Antero Mejr2022-08-05
| | | | | | * gnu/packages/suckless.scm (svkbd): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: ugrep: Update to 3.8.3.kiasoc52022-08-05
| | | | | | * gnu/packages/search.scm (ugrep): Update to 3.8.3. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: xfce: Replace 'gtk-xfce-engine' with 'greybird-gtk-theme'.宋文武2022-08-05
| | | | | | | Suggested in <https://issues.guix.gnu.org/54719>. * gnu/packages/xfce.scm (xfce)[inputs]: Replace 'gtk-xfce-engine' with 'greybird-gtk-theme'.
* gnu: grub-efi32: Fix building on aarch64-linux.Efraim Flashner2022-08-05
| | | | | | | * gnu/packages/bootloaders.scm (grub-efi32)[arguments]: When building for aarch64-linux add TARGET_CC to configure-flags. [native-inputs]: When building for aarch64-linux add cross-gcc and cross-binutils for arm-linux-gnueabihf.
* gnu: openssl: Use 'target-*' predicates from (guix utils).Vivien Kraus2022-08-05
| | | | | | | * gnu/packages/tls.scm (target->openssl-target): Rewrite in terms of the 'target-*' predicates. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: openssl: Cross-compile to mingw.Vivien Kraus2022-08-05
| | | | | | | * gnu/packages/tls.scm (target->openssl-target): Add cases for mingw and mingw64. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add lkrg.Petr Hodina2022-08-05
| | | | | | * gnu/packages/linux.scm (lkrg): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: lightdm: Add bash-minimal as an input.Ludovic Courtès2022-08-05
| | | | | | | Suggested by 'guix lint'. * gnu/packages/display-managers.scm (lightdm)[inputs]: Add BASH-MINIMAL. Replace COREUTILS by COREUTILS-MINIMAL.
* gnu: emacs-next: Enable SQLite3 support.Zhu Zihao2022-08-05
| | | | | | | | | | | | | | [[PGP Signed Part:No public key for 66397F84F76693F9 created at 2022-07-20T06:08:56+0200 using EDDSA]] [[End of PGP Signed Part]] >From 068de10c98b5d29adb13963222a1ca21ef7b0a76 Mon Sep 17 00:00:00 2001 From: Zhu Zihao <all_but_last@163.com> Date: Wed, 20 Jul 2022 12:07:09 +0800 Subject: [PATCH] gnu: emacs-next: Enable SQLite3 support. * gnu/packages/emacs.scm (emacs-next)[inputs]: Add sqlite. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: linux-libre 4.9: Update to 4.9.325.Leo Famulari2022-08-04
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.325. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.14: Update to 4.14.290.Leo Famulari2022-08-04
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.290. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.254.Leo Famulari2022-08-04
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.254. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.209.Leo Famulari2022-08-04
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.209. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.135.Leo Famulari2022-08-04
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.135. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre 5.15: Update to 5.15.59.Leo Famulari2022-08-04
| | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.59. (linux-libre-5.15-pristine-source): Update hash.