summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* image: Use a default size partition value.Mathieu Othacehe2022-09-07
| | | | * gnu/image.scm (<partition>)[size]: Default to 'guess like the image record.
* guix: platform: Use #false instead of #f.Mathieu Othacehe2022-09-07
| | | | * guix/platform.scm (<platform>): Adapt it.
* gnu: guix-modules: Remove instructions for GUIX_EXTENSIONS_PATH.(unmatched-parenthesis2022-09-07
| | | | | | | * gnu/packages/package-management.scm (guix-modules)[description]: Remove instructions to set GUIX_EXTENSIONS_PATH. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* profiles: Implicitly set GUIX_EXTENSIONS_PATH.(unmatched-parenthesis2022-09-07
| | | | | | | | | | | * guix/build/profiles.scm (manifest-sexp->inputs+search-paths): Always return a search path for GUIX_EXTENSIONS_PATH. * guix/search-paths.scm ($GUIX_EXTENSIONS_PATH): New variable. This allows Guix to find extensions without any need for users to set GUIX_EXTENSIONS_PATH manually. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: sbcl-mcclim: Also build clim-debugger.Pierre Neidhardt2022-09-07
| | | | | * gnu/packages/lisp-xyz.scm (sbcl-mcclim)[arguments]: Build clim-debugger. (ecl-mcclim)[arguments]: Disable tests since they fail (also without clim-debugger).
* gnu: sbcl-ctype: Build ctype-tfun as well.Pierre Neidhardt2022-09-07
| | | | | * gnu/packages/lisp-xyz.scm (sbcl-ctype)[inputs]: Add sbcl-alexandria. [arguments]: Build ctype-tfun as well.
* gnu: sbcl-concrete-syntax-tree: Update to 20210818.Pierre Neidhardt2022-09-07
| | | | | * gnu/packages/lisp-xyz.scm (sbcl-concrete-syntax-tree): Update to 20210818. [arguments]: Build all systems, not just the default.
* .dir-locals.el: Update yas snippets directory.Andrew Tropin2022-09-07
| | | | * .dir-locals.el (eval): Update yas snippets directory.
* gnu: rust-parking-lot-core-0.9: Fix build.Ricardo Wurmus2022-09-06
| | | | | * gnu/packages/crates-io.scm (rust-parking-lot-core-0.9)[arguments]: Do not skip build; add rust-windows-sys-0.36.
* gnu: Add rust-windows-sys-0.36.Ricardo Wurmus2022-09-06
| | | | * gnu/packages/crates-io.scm (rust-windows-sys-0.36): New variable.
* gnu: Add rust-windows-aarch64-msvc-0.36.Ricardo Wurmus2022-09-06
| | | | * gnu/packages/crates-io.scm (rust-windows-aarch64-msvc-0.36): New variable.
* gnu: Add rust-windows-i686-gnu-0.36.Ricardo Wurmus2022-09-06
| | | | * gnu/packages/crates-io.scm (rust-windows-i686-gnu-0.36): New variable.
* gnu: Add rust-windows-i686-msvc-0.36.Ricardo Wurmus2022-09-06
| | | | * gnu/packages/crates-io.scm (rust-windows-i686-msvc-0.36): New variable.
* gnu: Add rust-windows-x86-64-gnu-0.36.Ricardo Wurmus2022-09-06
| | | | * gnu/packages/crates-io.scm (rust-windows-x86-64-gnu-0.36): New variable.
* gnu: Add rust-windows-x86-64-msvc-0.36.Ricardo Wurmus2022-09-06
| | | | * gnu/packages/crates-io.scm (rust-windows-x86-64-msvc-0.36): New variable.
* gnu: polkit-duktape: Fix cross-compiling.Efraim Flashner2022-09-06
| | | | | * gnu/packages/polkit.scm (polkit-duktape)[arguments]: When cross-compiling also search native-inputs for inputs.
* gnu: isc-dhcp: Fix cross-compiling to riscv64-linux.Efraim Flashner2022-09-06
| | | | | | * gnu/packages/admin.scm (isc-dhcp)[arugments]: Split custom 'update-config-scripts phase to substitute one set of config scripts earlier in the build process.
* gnu: orange: Fix QT_PLUGIN_PATH.Greg Hogan2022-09-06
| | | | | | * gnu/packages/orange.scm (orange)[arguments]: Fix QT_PLUGIN_PATH. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: src: Update to 1.29.Greg Hogan2022-09-06
| | | | | | | * gnu/packages/version-control.scm (src): Update to 1.29. [inputs]: Add cssc. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: git: Update to 2.37.3.Greg Hogan2022-09-06
| | | | | | * gnu/packages/version-control.scm (git): Update to 2.37.3. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add blueprint-compiler.Ahriman2022-09-06
| | | | | | * gnu/packages/gnome.scm (blueprint-compiler): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add pixterm.Cairn2022-09-06
| | | | | | * gnu/packages/image-viewers.scm (pixterm): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add go-github-com-disintegration-imaging.Cairn2022-09-06
| | | | | | * gnu/packages/golang.scm (go-github-com-disintegration-imaging): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add neovim-packer.gyara2022-09-06
| | | | | | * gnu/packages/vim.scm (neovim-packer): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* services: nginx: Add 'shepherd-requirement' configuration field.Ludovic Courtès2022-09-06
| | | | | | | * gnu/services/web.scm (<nginx-configuration>)[shepherd-requirement]: New field. (nginx-shepherd-service): Honor it. * doc/guix.texi (Web Services): Document it.
* import: gnome: Do not require even minor for two-number version strings.Ludovic Courtès2022-09-06
| | | | | | | | | | That way, "guix refresh gnome-keyring" will properly return "42.1" instead of "42.0". Reported by Maxim Cournoyer. * guix/import/gnome.scm (latest-gnome-release)[even-minor-version?]: Tweak for GNOME applications.
* gnu: Remove linux-libre 5.18.Leo Famulari2022-09-06
| | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.18-version, linux-libre-5.18-gnu-revision, deblob-scripts-5.18, linux-libre-5.18-pristine-source, linux-libre-5.18-source, linux-libre-headers-5.18, linux-libre-5.18): Remove variables. * gnu/packages/aux-files/linux-libre/5.18-arm.conf, gnu/packages/aux-files/linux-libre/5.18-arm64.conf, gnu/packages/aux-files/linux-libre/5.18-i686.conf, gnu/packages/aux-files/linux-libre/5.18-x86_64.conf: Delete files. * Makefile.am (AUX_FILES): Remove them.
* gnu: linux-libre 4.9: Update to 4.9.237.Leo Famulari2022-09-06
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.237. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.14: Update to 4.14.292.Leo Famulari2022-09-06
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.292. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.257.Leo Famulari2022-09-06
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.257. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.212.Leo Famulari2022-09-06
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.212. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.141.Leo Famulari2022-09-06
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.141. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre 5.15: Update to 5.15.65.Leo Famulari2022-09-06
| | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.65. (linux-libre-5.15-pristine-source): Update hash.
* gnu: linux-libre 5.19: Update to 5.19.7.Leo Famulari2022-09-06
| | | | | * gnu/packages/linux.scm (linux-libre-5.19-version): Update to 5.19.7. (linux-libre-5.19-pristine-source): Update hash.
* gnu: giac: Update to 1.9.0-21.Nicolas Goaziou2022-09-06
| | | | * gnu/packages/algebra.scm (giac): Update to 1.9.0-21.
* gnu: emacs-json-reformat: Update to 0.0.7.Nicolas Goaziou2022-09-06
| | | | | * gnu/packages/emacs-xyz.scm (emacs-json-reformat): Update to 0.0.7. [arguments]<#:phases>: Disable a failing test.
* gnu: emacs-geiser-guile: Update to 0.26.1.Nicolas Goaziou2022-09-06
| | | | | * gnu/packages/emacs-xyz.scm (emacs-geiser-guile): Update to 0.26.1. [source]<#:origin>: Remove ".git" suffix from URL.
* gnu: emacs-geiser: Update to 0.26.1.Nicolas Goaziou2022-09-06
| | | | * gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.26.1.
* gnu: Add emacs-ox-rss.Masaya Tojo2022-09-06
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-ox-rss): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: libressl: Fix cross compiling.Efraim Flashner2022-09-06
| | | | | * gnu/packages/tls.scm (libressl)[arguments]: Don't use deprecated %output symbol.
* gnu: cl-webkit: Update to 3.5.4.André A. Gomes2022-09-06
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 3.5.4. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: yt-dlp: Update to 2022.09.01.Efraim Flashner2022-09-06
| | | | * gnu/packages/video.scm (yt-dlp): Update to 2022.09.01.
* gnu: ffmpeg-5: Update to 5.1.1.Efraim Flashner2022-09-06
| | | | * gnu/packages/video.scm (ffmpeg-5): Update to 5.1.1.
* gnu: r-edger: Update to 3.38.4.Efraim Flashner2022-09-06
| | | | | * gnu/packages/bioconductor.scm (r-edger): Update to 3.38.4. [propagated-inputs]: Remove r-statmod.
* news: Add entry about the update of the 'linux-libre' package.Leo Famulari2022-09-05
| | | | * etc/news.scm: Add entry.
* gnu: linux-libre: Update to 5.19.6.Leo Famulari2022-09-05
| | | | | | * gnu/packages/linux.scm (linux-libre-version, linux-libre-gnu-revision, linux-libre-pristine-source, linux-libre-source, linux-libre, linux-libre-with-bpf): Use linux-libre 5.19.
* gnu: r-genomicalignments: Update to 1.32.1.Efraim Flashner2022-09-05
| | | | * gnu/packages/bioconductor.scm (r-genomicalignments): Update to 1.32.1.
* gnu: emacs-autothemer: Update to 0.2.14.Nicolas Goaziou2022-09-05
| | | | * gnu/packages/emacs-xyz.scm (emacs-autothemer): Update to 0.2.14.
* Revert "gnu: gitolite: Switch to git-minimal to reduce closure size."David Thompson2022-09-05
| | | | This reverts commit e4ccfcb22ad96e71ca4dfad95af5aa6229ed9869.
* gnu: mcelog: Use G-expressions.Tobias Geerinckx-Rice2022-09-04
| | | | | * gnu/packages/linux.scm (mcelog)[arguments]: Rewrite as G-expressions.