jgart
73654708bf
gnu: Add cl-map-bind.
...
* gnu/packages/lisp-xyz.scm (cl-map-bind, ecl-map-bind, sbcl-map-bind): New
variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-09-07 14:32:08 +02:00
jgart
94c6e68310
gnu: Add cl-rucksack.
...
* gnu/packages/lisp-xyz.scm (cl-rucksack, sbcl-rucksack): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-09-07 14:32:08 +02:00
jgart
b8ffdefd56
gnu: Add cl-amb.
...
* gnu/packages/lisp-xyz.scm (cl-amb, ecl-amb, sbcl-amb): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-09-07 14:32:08 +02:00
jgart
54e4aac588
gnu: Add cl-tripod.
...
* gnu/packages/lisp-xyz.scm (cl-tripod, ecl-tripod, sbcl-tripod): New
variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-09-07 14:32:08 +02:00
jgart
3f46a0b6a9
gnu: Add cl-smug.
...
* gnu/packages/lisp-xyz.scm (cl-smug, ecl-smug, sbcl-smug): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-09-07 14:32:08 +02:00
jgart
b36f2abe6e
gnu: Add cl-2am.
...
* gnu/packages/lisp-check.scm (cl-2am, ecl-2am, sbcl-2am): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-09-07 14:32:08 +02:00
Mathieu Othacehe
0edb79b2a9
image: Use #true and #false.
...
* gnu/image.scm: Use #true and #false instead of #t and #f respectively. No
functional change.
2022-09-07 14:26:34 +02:00
Mathieu Othacehe
e917f1242c
system: images: Define the platform in image-types.
...
Running the following command where my-pine.scm contains an operating-system
declaration:
guix system image --image-type=pine64-raw my-pine.scm
returns:
guix system: error: package linux-libre-arm64-generic@5.18.19 does not support
x86_64-linux
That's because there's no platform defined in the pine64-raw image-type, hence
the guix system image tries to build the image for the host architecture.
* gnu/system/images/novena.scm (novena-image-type): Use the armv7-linux platform.
* gnu/system/images/pine64.scm (pine64-image-type): Use the aarch64-linux platform.
* gnu/system/images/pinebook-pro.scm (pinebook-pro-image-type): Use the aarch64-linux platform.
* gnu/system/images/rock64.scm (rock64-image-type): Use the aarch64-linux platform.
2022-09-07 14:24:53 +02:00
Mathieu Othacehe
08b8f85e08
system: image: Update my copyright.
...
* gnu/system/image.scm: Update it.
2022-09-07 14:24:52 +02:00
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
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
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
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