summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: guile-ics: Update to 0.4.0.Artyom V. Poptsov2022-11-09
| | | | | | | | | * gnu/packages/guile-xyz.scm (guile-ics): Update to 0.4.0. [propagated-inputs]: Add "guile-dsv". [description]: Update. (guile2.2-ics): Likewise. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: libressl: Update to 3.6.1.Efraim Flashner2022-11-09
| | | | * gnu/packages/tls.scm (libressl): Update to 3.6.1.
* machine/digital-ocean: Pull operating system definition out of string.Ricardo Wurmus2022-11-09
| | | | | | * gnu/machine/digital-ocean.scm (guix-infect): Define the operating system declaration as an s-expression and paste it into the generated Bash script to simplify editing.
* machine/digital-ocean: Set load path to Guile 3.0 directories.Ricardo Wurmus2022-11-09
| | | | | | * gnu/machine/digital-ocean.scm (guix-infect, add-static-networking): Set GUILE_LOAD_PATH and GUILE_LOAD_COMPILED_PATH to directories for Guile 3.0 instead of 2.2.
* machine/digital-ocean: Use static-networking-service-type.Ricardo Wurmus2022-11-09
| | | | | | * gnu/machine/digital-ocean.scm (ip+netmask->cidr): New procedure. (guix-infect, add-static-networking): Use static-networking-service-type instead of the deprecated static-networking-service.
* machine/digital-ocean: Use nightly Guix.Ricardo Wurmus2022-11-09
| | | | | * gnu/machine/digital-ocean.scm (guix-infect): Fetch latest Guix build from ci.guix.gnu.org.
* gnu: guile-fibers: Add patch fixing FD finalizer memory leak.Ludovic Courtès2022-11-09
| | | | | | | | Fixes <https://issues.guix.gnu.org/58631>. * gnu/packages/patches/guile-fibers-fd-finalizer-leak.patch: New file. * gnu/packages/guile-xyz.scm (guile-fibers-1.1)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: emacs-magit: Update to 3.3.0-0.36059e0.Andrew Tropin2022-11-09
| | | | | | | | | | 83ede5a02e breaks tests in emacs-magit 3.3.0, I asked Jonas to make a new release, but it can take quite some time https://github.com/magit/magit/discussions/4742 * gnu/packages/emacs-xyz.scm (emacs-magit): Update to 3.3.0-0.36059e0. [propagated-inputs]: Add emacs-compat. [arguments]<#:phases>: Remove disable-tramp-test.
* gnu: libfido2: Rewrite using g-exps.Efraim Flashner2022-11-09
| | | | | * gnu/packages/security-token.scm (libfido2)[arugments]: Rewrite using g-exps. Remove phases, disable tests.
* gnu: mutt: Update to 2.2.8.Efraim Flashner2022-11-09
| | | | * gnu/packages/mail.scm (mutt): Update to 2.2.8.
* gnu: bart: Update to 0.8.00.Ricardo Wurmus2022-11-09
| | | | * gnu/packages/image-processing.scm (bart): Update to 0.8.00.
* gnu: bart: Do not build in parallel.Ricardo Wurmus2022-11-09
| | | | | | | This is necessary for a reproducible build. * gnu/packages/image-processing.scm (bart)[arguments]: Add PARALLEL and PARALLEL_NJOBS to make flags; disable parallel build.
* gnu: webkitgtk-next: Update to 2.38.2.Efraim Flashner2022-11-09
| | | | * gnu/packages/webkit.scm (webkitgtk-next): Update to 2.38.2.
* gnu: webkitgtk: Update to 2.36.8.Efraim Flashner2022-11-09
| | | | | * gnu/packages/webkit.scm (%webkit-version, webkitgtk, wpewebkit): Update to 2.36.8.
* gnu: Add r-pando.Mădălin Ionel Patrașcu2022-11-09
| | | | * gnu/packages/bioinformatics.scm (r-pando): New variable.
* gnu: Add r-glmnetutils.Mădălin Ionel Patrașcu2022-11-09
| | | | * gnu/packages/cran.scm (r-glmnetutils): New variable.
* gnu: Add r-pals.Mădălin Ionel Patrașcu2022-11-09
| | | | * gnu/packages/cran.scm (r-pals): New variable.
* services: greetd: Add gexp compilers for sessions.( via Guix-patches via2022-11-09
| | | | | | | | | | | * gnu/home/services/base.scm (make-greetd-agreety-session-command, greetd-wlgreet-sway-session-command, make-greetd-default-session-command): Remove variables. (greetd-agreety-session-compiler, greetd-wlgreet-sway-session-compiler): New gexp compilers. (greetd-terminal-configuration)[default-session-command]<sanitize>: Remove it. Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: emacs-detached: Update to 0.9.2.Nicolas Goaziou2022-11-08
| | | | * gnu/packages/emacs-xyz.scm (emacs-detached): Update to 0.9.2.
* gnu: giac: Update to 1.9.0-29.Nicolas Goaziou2022-11-08
| | | | * gnu/packages/algebra.scm (giac): Update to 1.9.0-29.
* gnu: texmacs: Use G-expressions.Zhu Zihao2022-11-08
| | | | | | * gnu/packages/text-editors.scm (texmacs)[arguments]: Use G-expressions. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: exercism: Update to 3.1.0.Morgan Smith2022-11-08
| | | | | | * gnu/packages/education.scm (exercism): Update to 3.1.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-pyim: Update to 5.2.8.Nicolas Goaziou2022-11-08
| | | | * gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 5.2.8.
* gnu: emacs-subed: Update to 1.0.18.Nicolas Goaziou2022-11-08
| | | | * gnu/packages/emacs-xyz.scm (emacs-subed): Update to 1.0.18.
* gnu: emacs-editorconfig: Update to 0.9.1.Nicolas Goaziou2022-11-08
| | | | * gnu/packages/emacs-xyz.scm (emacs-editorconfig): Update to 0.9.1.
* gnu: pjproject-jami: Restore hash.Maxim Cournoyer2022-11-08
| | | | | | | | | The hash was inadvertently changed in commit 071d4bdc80cbf6b3a5c1232f0d704878431a864f. * gnu/packages/jami.scm (pjproject-jami) [source]: Revert hash. Reported-by: Jack Hill <jackhill@jackhill.us>
* gnu: Remove linux-libre 5.19.Leo Famulari2022-11-08
| | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.19-version, linux-libre-5.19-gnu-revision, deblob-scripts-5.19, linux-libre-5.19-pristine-source, linux-libre-5.19-source, linux-libre-headers-5.19, linux-libre-5.19): Remove variables. * gnu/packages/aux-files/linux-libre/5.19-arm.conf, gnu/packages/aux-files/linux-libre/5.19-arm64.conf, gnu/packages/aux-files/linux-libre/5.19-i686.conf, gnu/packages/aux-files/linux-libre/5.19-x86_64.conf: Delete files. * Makefile.am (AUX_FILES): Remove them.
* gnu: lsp-plugins: Update to 1.2.3Sughosha2022-11-08
| | | | | | * gnu/packages/music.scm (lsp-plugins): Update to 1.2.3. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: yoshimi: Fix references to /usr/share.Sughosha2022-11-08
| | | | | | * gnu/packages/music.scm (yoshimi)[arguments]: Add 'fix-paths' phase. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: yoshimi: Update to 2.2.2.1Sughosha2022-11-08
| | | | | | * gnu/packages/music.scm (yoshimi): Update to 2.2.2.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: git: Update to 2.38.1.Greg Hogan2022-11-08
| | | | | | | | Fixes CVE-2022-39253 and CVE-2022-39260. * gnu/packages/version-control.scm (git): Update to 2.38.1. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: cl-april: Update to 1.0-2.93b1004.Paul A. Patience2022-11-08
| | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-april): Update to 1.0-2.93b1004. [inputs]: Remove sbcl-decimals. Add sbcl-cl-unicode and sbcl-serapeum. Sort inputs. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: cl-serapeum: Update to 0.0.0-8.fbfd2a2.Paul A. Patience2022-11-08
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-serapeum): Update to 0.0.0-8.fbfd2a2. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: ultrastar-deluxe: Improve package style.Liliana Marie Prikler2022-11-08
| | | | | | | * gnu/packages/games.scm (ultrastar-deluxe): Do not exceed column 80. [source]<snippet>: Use G-Expressions. [#:phases]: Fix indentation. <fix-configure>: Add ‘where’ helper and use it to shrink horizontal space.
* gnu: ultrastar-deluxe: Drop marketing speech.Liliana Marie Prikler2022-11-08
| | | | | * gnu/packages/games.scm (ultrastar-deluxe)[description]: Drop gratutious “free and open source”.
* gnu: geary: Fix inputs.florhizome2022-11-08
| | | | | | * gnu/packages/gnome.scm (geary)[inputs]: Use folks-with-libsoup2 and gnome-online-accounts-3.44. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: Add ultrastar-deluxe.Lars-Dominik Braun2022-11-07
| | | | | | | | * gnu/packages/games.scm (ultrastar-deluxe): New variable. * gnu/packages/patches/ultrastar-deluxe-no-freesans.patch: New file. * gnu/local.mk: Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: fpc: Remove dependency on 'ld-wrapper' from commencement.scm.Ludovic Courtès2022-11-07
| | | | | | (gnu packages commencement) should not be used explicitly. * gnu/packages/pascal.scm (fpc)[inputs]: Remove LD-WRAPPER.
* gnu: Add guile-png.Artyom V. Poptsov2022-11-07
| | | | | | * gnu/packages/guile-xyz.scm (guile-png): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* cbqn: Mark as tunable.Liliana Marie Prikler2022-11-07
| | | | * gnu/packages/bqn.scm (cbqn)[properties]: Add ‘tunable?’.
* gnu: cbqn: Install regular files rather than copying them recursively.Liliana Marie Prikler2022-11-07
| | | | | * gnu/packages/bqn.scm (cbqn)[#:phases]<install>: Use ‘install-file’ rather than ‘copy-recursively’ for “bqn”.
* gnu: cbqn-bootstrap: Install regular files rather than copying them recursively.Liliana Marie Prikler2022-11-07
| | | | | | * gnu/packages/bqn.scm (cbqn-bootstrap)[arguments]: Reindent. <#:phases>{install}: Use ‘install-file’ rather than ‘copy-recursively’ for “bqn”.
* gnu: dbqn: Install regular files rather than copying them recursively.Liliana Marie Prikler2022-11-07
| | | | | * gnu/packages/bqn.scm (dbqn)[#:phases]<install>: Use ‘install-file’ rather than ‘copy-recursively’ for “dbqn”.
* gnu: cbqn: Build using GCC.Liliana Marie Prikler2022-11-07
| | | | | | * gnu/packages/bqn.scm (cbqn-bootstrap, cbqn)[#:make-flags]: Set CC via ‘cc-for-target’. [inputs]: Remove clang-toolchain.
* gnu: cbqn: Rewrite in terms of cbqn-bootstrap.Liliana Marie Prikler2022-11-07
| | | | | * gnu/packages/bqn.scm (cbqn)[arguments]: Use substitute-keyword-arguments to preserve options from cbqn-bootstrap.
* gnu: cbqn-bootstrap: Use let-bound revision.Liliana Marie Prikler2022-11-07
| | | | * gnu/packages/bqn.scm (cbqn-bootstrap)[version]: Use let-bound revision.
* gnu: Remove singeli-sources.Liliana Marie Prikler2022-11-07
| | | | | | They aren't currently used to build a package, nor a package themselves. * gnu/packages/bqn.scm (singeli-sources): Delete variable.
* cbqn: Build without singeli.Liliana Marie Prikler2022-11-07
| | | | | | * gnu/packages/bqn.scm (cbqn)[inputs]: Remove singeli-sources. [arguments]<#:make-flags: Replace “o3n-singeli” with “o3”. <#:phases>: Remove “link-singeli”.
* gnu: teximpatient: Update to 2.4-0.e3666ab.Morgan Smith2022-11-07
| | | | | | | | | * gnu/packages/tex.scm (teximpatient): Update to 2.4-0.e3666ab. [source]: Use git repository. [native-inputs]: Add autoconf. [arguments]: Make build reproducible. Signed-off-by: Christopher Baines <mail@cbaines.net>
* services: qemu-binfmt: Add x86_64 QEMU target.Leo Nikkilä2022-11-07
| | | | | | | * gnu/services/virtualization.scm (%x86_64): New variable. (%qemu-platforms) Add it. Signed-off-by: Christopher Baines <mail@cbaines.net>