me
/
guix
Archived
1
0
Fork 0
Commit Graph

102008 Commits (3767f17b009174d7b95a8e0b064e914b51c868cc)

Author SHA1 Message Date
Mathieu Othacehe 310212e23e
system: image: Remove an unused variable.
* gnu/system/image.scm (sytem-image): Remove it.
2022-09-07 14:24:52 +02:00
Mathieu Othacehe a1fb85a539
image: Use a default size partition value.
* gnu/image.scm (<partition>)[size]: Default to 'guess like the image record.
2022-09-07 14:24:52 +02:00
Mathieu Othacehe e0c1124a48
guix: platform: Use #false instead of #f.
* guix/platform.scm (<platform>): Adapt it.
2022-09-07 14:24:52 +02:00
(unmatched-parenthesis 7f037dfcdc
gnu: guix-modules: Remove instructions for GUIX_EXTENSIONS_PATH.
* gnu/packages/package-management.scm (guix-modules)[description]:
Remove instructions to set GUIX_EXTENSIONS_PATH.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-09-07 11:32:55 +03:00
(unmatched-parenthesis bbc1735be2
profiles: Implicitly set GUIX_EXTENSIONS_PATH.
* 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>
2022-09-07 11:30:31 +03:00
Pierre Neidhardt 0321ceef08
gnu: sbcl-mcclim: Also build clim-debugger.
* gnu/packages/lisp-xyz.scm (sbcl-mcclim)[arguments]: Build clim-debugger.
(ecl-mcclim)[arguments]: Disable tests since they fail (also without clim-debugger).
2022-09-07 08:36:05 +02:00
Pierre Neidhardt 1e180f4523
gnu: sbcl-ctype: Build ctype-tfun as well.
* gnu/packages/lisp-xyz.scm (sbcl-ctype)[inputs]: Add sbcl-alexandria.
[arguments]: Build ctype-tfun as well.
2022-09-07 08:36:05 +02:00
Pierre Neidhardt 240cd23514
gnu: sbcl-concrete-syntax-tree: Update to 20210818.
* gnu/packages/lisp-xyz.scm (sbcl-concrete-syntax-tree): Update to 20210818.
[arguments]: Build all systems, not just the default.
2022-09-07 08:36:05 +02:00
Andrew Tropin 39b8f85a6e
.dir-locals.el: Update yas snippets directory.
* .dir-locals.el (eval): Update yas snippets directory.
2022-09-07 09:20:12 +03:00
Marius Bakke 92fdda5a63
gnu: polkit: Look up polkit rules under /etc, and enable session tracking.
This is a follow-up to commit 290ac5cd1e.

* gnu/packages/polkit.scm (polkit-mozjs)[source](snippet): Add substitutions.
[source](patches): New field.
[arguments]: Pass --sysconfdir and -Dsession_tracking in #:configure-flags.
* gnu/packages/patches/polkit-disable-systemd.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2022-09-06 23:43:40 +02:00
Ricardo Wurmus b9fa04fb2c
gnu: rust-parking-lot-core-0.9: Fix build.
* gnu/packages/crates-io.scm (rust-parking-lot-core-0.9)[arguments]: Do not
skip build; add rust-windows-sys-0.36.
2022-09-06 23:10:41 +02:00
Ricardo Wurmus d5f3ad8283
gnu: Add rust-windows-sys-0.36.
* gnu/packages/crates-io.scm (rust-windows-sys-0.36): New variable.
2022-09-06 23:07:52 +02:00
Ricardo Wurmus 36513fd082
gnu: Add rust-windows-aarch64-msvc-0.36.
* gnu/packages/crates-io.scm (rust-windows-aarch64-msvc-0.36): New variable.
2022-09-06 23:07:35 +02:00
Ricardo Wurmus 8e9105f749
gnu: Add rust-windows-i686-gnu-0.36.
* gnu/packages/crates-io.scm (rust-windows-i686-gnu-0.36): New variable.
2022-09-06 23:07:17 +02:00
Ricardo Wurmus 730c93be87
gnu: Add rust-windows-i686-msvc-0.36.
* gnu/packages/crates-io.scm (rust-windows-i686-msvc-0.36): New variable.
2022-09-06 23:06:59 +02:00
Ricardo Wurmus ca11628eaa
gnu: Add rust-windows-x86-64-gnu-0.36.
* gnu/packages/crates-io.scm (rust-windows-x86-64-gnu-0.36): New variable.
2022-09-06 23:06:38 +02:00
Ricardo Wurmus dbf0e1fd1c
gnu: Add rust-windows-x86-64-msvc-0.36.
* gnu/packages/crates-io.scm (rust-windows-x86-64-msvc-0.36): New variable.
2022-09-06 23:06:10 +02:00
Maxime Devos 0e30579845
gnu: dejagnu: Avoid non-deterministic test failure.
I cannot reproduce the test failure locally myself.

* gnu/packages/dejagnu.scm (dejagnu)[arguments]: Add #:out-of-source?.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-09-06 22:57:50 +02:00
Efraim Flashner 67e5b56960
gnu: polkit-duktape: Fix cross-compiling.
* gnu/packages/polkit.scm (polkit-duktape)[arguments]: When
cross-compiling also search native-inputs for inputs.
2022-09-06 18:44:53 +03:00
Efraim Flashner e7532d281b
gnu: isc-dhcp: Fix cross-compiling to riscv64-linux.
* 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.
2022-09-06 18:44:53 +03:00
Efraim Flashner c7032683a5
gnu: kwayland: Skip another test.
* gnu/packages/kde-frameworks.scm (kwayland)[arguments]: Add a phase to
skip a test which fails on slower hardware.
2022-09-06 18:43:11 +03:00
Greg Hogan be810d414f
gnu: orange: Fix QT_PLUGIN_PATH.
* gnu/packages/orange.scm (orange)[arguments]: Fix QT_PLUGIN_PATH.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-09-06 16:58:13 +02:00
Greg Hogan d675a28c02
gnu: src: Update to 1.29.
* gnu/packages/version-control.scm (src): Update to 1.29.
[inputs]: Add cssc.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-09-06 16:58:13 +02:00
Greg Hogan 7cee68e341
gnu: git: Update to 2.37.3.
* gnu/packages/version-control.scm (git): Update to 2.37.3.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-09-06 16:58:13 +02:00
Ahriman 4b5198accc
gnu: Add blueprint-compiler.
* gnu/packages/gnome.scm (blueprint-compiler): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-09-06 16:58:12 +02:00
Cairn 0c5e2333ca
gnu: Add pixterm.
* gnu/packages/image-viewers.scm (pixterm): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-09-06 16:58:12 +02:00
Cairn dddc68350d
gnu: Add go-github-com-disintegration-imaging.
* gnu/packages/golang.scm (go-github-com-disintegration-imaging): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-09-06 16:58:12 +02:00
gyara 7f939d36dc
gnu: Add neovim-packer.
* gnu/packages/vim.scm (neovim-packer): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-09-06 16:58:12 +02:00
Ludovic Courtès 8c5065c6d1
services: nginx: Add 'shepherd-requirement' configuration field.
* gnu/services/web.scm (<nginx-configuration>)[shepherd-requirement]:
New field.
(nginx-shepherd-service): Honor it.
* doc/guix.texi (Web Services): Document it.
2022-09-06 16:58:12 +02:00
Ludovic Courtès 61b63e7fa7
import: gnome: Do not require even minor for two-number version strings.
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.
2022-09-06 16:58:12 +02:00
Leo Famulari 0f2776399e
gnu: Remove linux-libre 5.18.
* 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.
2022-09-06 08:58:13 -04:00
Leo Famulari 454027dfaa
gnu: linux-libre 4.9: Update to 4.9.237.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.237.
(linux-libre-4.9-pristine-source): Update hash.
2022-09-06 08:58:13 -04:00
Leo Famulari 588ba7f98f
gnu: linux-libre 4.14: Update to 4.14.292.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.292.
(linux-libre-4.14-pristine-source): Update hash.
2022-09-06 08:58:13 -04:00
Leo Famulari d6eaefa6b5
gnu: linux-libre 4.19: Update to 4.19.257.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.257.
(linux-libre-4.19-pristine-source): Update hash.
2022-09-06 08:58:13 -04:00
Leo Famulari c07cc55163
gnu: linux-libre 5.4: Update to 5.4.212.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.212.
(linux-libre-5.4-pristine-source): Update hash.
2022-09-06 08:58:13 -04:00
Leo Famulari 1a509f74bf
gnu: linux-libre 5.10: Update to 5.10.141.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.141.
(linux-libre-5.10-pristine-source): Update hash.
2022-09-06 08:58:12 -04:00
Leo Famulari af1a34dc9f
gnu: linux-libre 5.15: Update to 5.15.65.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.65.
(linux-libre-5.15-pristine-source): Update hash.
2022-09-06 08:58:12 -04:00
Leo Famulari 6cab3bdb9a
gnu: linux-libre 5.19: Update to 5.19.7.
* gnu/packages/linux.scm (linux-libre-5.19-version): Update to 5.19.7.
(linux-libre-5.19-pristine-source): Update hash.
2022-09-06 08:58:12 -04:00
Nicolas Goaziou 7ae51b741a
gnu: giac: Update to 1.9.0-21.
* gnu/packages/algebra.scm (giac): Update to 1.9.0-21.
2022-09-06 13:47:49 +02:00
Nicolas Goaziou 934b772602
gnu: emacs-json-reformat: Update to 0.0.7.
* gnu/packages/emacs-xyz.scm (emacs-json-reformat): Update to 0.0.7.
[arguments]<#:phases>: Disable a failing test.
2022-09-06 13:47:48 +02:00
Nicolas Goaziou 48e4275a91
gnu: emacs-geiser-guile: Update to 0.26.1.
* gnu/packages/emacs-xyz.scm (emacs-geiser-guile): Update to 0.26.1.
[source]<#:origin>: Remove ".git" suffix from URL.
2022-09-06 13:47:20 +02:00
Nicolas Goaziou 2db9a14514
gnu: emacs-geiser: Update to 0.26.1.
* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.26.1.
2022-09-06 13:46:28 +02:00
Masaya Tojo 26ac47d96b
gnu: Add emacs-ox-rss.
* gnu/packages/emacs-xyz.scm (emacs-ox-rss): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-09-06 13:46:27 +02:00
Efraim Flashner dac4fd03cf
gnu: libressl: Fix cross compiling.
* gnu/packages/tls.scm (libressl)[arguments]: Don't use deprecated
%output symbol.
2022-09-06 12:20:46 +03:00
André A. Gomes cb1d948635
gnu: cl-webkit: Update to 3.5.4.
* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 3.5.4.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-09-06 10:18:26 +02:00
Efraim Flashner b04541869a
gnu: yt-dlp: Update to 2022.09.01.
* gnu/packages/video.scm (yt-dlp): Update to 2022.09.01.
2022-09-06 09:12:15 +03:00
Efraim Flashner 3fbe449bd7
gnu: ffmpeg-5: Update to 5.1.1.
* gnu/packages/video.scm (ffmpeg-5): Update to 5.1.1.
2022-09-06 09:12:12 +03:00
Efraim Flashner 9fa3e90789
gnu: r-edger: Update to 3.38.4.
* gnu/packages/bioconductor.scm (r-edger): Update to 3.38.4.
[propagated-inputs]: Remove r-statmod.
2022-09-06 08:42:20 +03:00
Leo Famulari dc9a0bb8b2
news: Add entry about the update of the 'linux-libre' package.
* etc/news.scm: Add entry.
2022-09-05 23:26:00 -04:00
Leo Famulari c188cf57f1
gnu: linux-libre: Update to 5.19.6.
* 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.
2022-09-05 22:21:25 -04:00