aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: shishi: Build with newer linux-pam.Efraim Flashner2022-08-07
| | | | | | * gnu/packages/kerberos.scm (shishi)[inputs]: Replace linux-pam-1.2 with linux-pam. * gnu/packages/linux.scm (linux-pam-1.2): Remove variable.
* gnu: shishi: Update to 1.0.3.Efraim Flashner2022-08-07
| | | | | | | | * gnu/packages/kerberos.scm (shishi): Update to 1.0.3. [source]: Remove patch. [arguments]: Remove configure flag overriding libgcrypt detection. * gnu/packages/patches/shishi-fix-libgcrypt-detection.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: guile-sqlite3: Update to 0.1.3.Olivier Dion2022-08-07
| | | | | | * gnu/packages/guile.scm (guile-sqlite3): Update to 0.1.3. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: newt: Fix cross-compilation.Jean-Pierre De Jesus DIAZ2022-08-07
| | | | | | | | | * gnu/packages/slang.scm (newt): Fix-cross compilation. [arguments]: Use G-Expressions for `#:configure-flags', `#:make-flags' and `#:phases', also set correct path for `python-config'. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: gnome-system-monitor: Update to 42.0.Maxim Cournoyer2022-08-06
| | | | * gnu/packages/gnome.scm (gnome-system-monitor): Update to 42.0.
* gnu: Add i3-autotiling.Hilton Chain2022-08-06
| | | | | | | * gnu/packages/python-xyz.scm (i3-autotiling): New variable. Signed-off-by: Hilton Chain <hako@ultrarare.space> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-i3ipc.Hilton Chain2022-08-06
| | | | | | * gnu/packages/python-xyz.scm (python-i3ipc): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-vundo.Hilton Chain2022-08-06
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-vundo): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add wavbreaker.Joeke de Graaf2022-08-06
| | | | | | * gnu/packages/mp3.scm (wavbreaker): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* xdg-utils: Support cross-compilation.Maxime Devos2022-08-06
| | | | | | | | | | | | | | | | | | | It has been verified that this does not cause rebuilds when compiling natively. The references graph when cross-compiling has also been verified -- glibc-2.33 and the native bash-static-5.1.8 still remains in the graph, but via the cross-compiled inetutils-2.0, ncurses-6.2.20210619 and via gcc-cross-TARGET-10.3.0-lib, which is not related with Perl cross-compilation. * gnu/packages/freedesktop.scm (xdg-utils)[inputs]{bash-minimal,file}: New inputs when cross-compiling. (xdg-utils)[arguments]<#:phases>{locate-catalog-files}: Add 'native-inputs' argument when cross-compiling. Look for docbook-xml and docbook-xsl in native-inputs when cross-compiling. While we are at it, eliminate input labels with search-input-file. (xdg-utils)[arguments]<#:phases>{patch-hardcoded-patch}: Use search-input-file + inputs instead of 'which' when cross-compiling. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* perl-file-mimeinfo: Fix cross-compilation.Maxime Devos2022-08-06
| | | | | | | | | | * gnu/packages/freedesktop.scm (perl-file-mimeinfo)[arguments]<#:phases>: Make it a G-exp to avoid messy nested quasiquotation. {wrap-programs}: When cross-compiling, don't use the PELRL5LIB environment variable, instead use 'search-path-as-list'. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: freedesktop: Add 'bash' input for 'wrap-program'Maxime Devos2022-08-06
| | | | | | | | | | | | It is required for cross-compilation. Cherry-picked from <https://issues.guix.gnu.org/49327#6>. * gnu/packages/freedesktop.scm (udisks)[inputs]: Add 'bash-minimal' when cross-compiling. (perl-file-mimeinfo)[inputs]: Likewise. (udiskie)[inputs]: Likewise. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* 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.
* guix system: Remove unused 'read-operating-system' procedure.Ludovic Courtès2022-08-05
| | | | | * guix/scripts/system.scm (read-operating-system): Remove. * gnu/ci.scm: Remove unused (guix scripts system) import.
* 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>
* home: Use warning instead of display.Andrew Tropin2022-08-05
| | | | | | | * gnu/home/services/xdg.scm (compute-on-first-login-script): Use warning instead of display. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* home: xdg: Skip mkdir XDG_RUNTIME_DIR in activation script.Andrew Tropin2022-08-05
| | | | | | | * gnu/home/services/xdg.scm (ensure-xdg-base-dirs-on-activation): Skip mkdir XDG_RUNTIME_DIR in activation script. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* home: xdg: Use a single @ instead of @@.Andrew Tropin2022-08-05
| | | | | | | * gnu/home/services/xdg.scm (ensure-xdg-base-dirs-on-activation, home-xdg-user-directories-files-service): Use single @ intsead of @@. 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>