~ruther/guix-local

08b8f85e — Mathieu Othacehe 3 years ago
system: image: Update my copyright.

* gnu/system/image.scm: Update it.
310212e2 — Mathieu Othacehe 3 years ago
system: image: Remove an unused variable.

* gnu/system/image.scm (sytem-image): Remove it.
a1fb85a5 — Mathieu Othacehe 3 years ago
image: Use a default size partition value.

* gnu/image.scm (<partition>)[size]: Default to 'guess like the image record.
e0c1124a — Mathieu Othacehe 3 years ago
guix: platform: Use #false instead of #f.

* guix/platform.scm (<platform>): Adapt it.
7f037dfc — (unmatched-parenthesis 3 years ago
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>
bbc1735b — (unmatched-parenthesis 3 years ago
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>
0321ceef — Pierre Neidhardt 3 years ago
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).
1e180f45 — Pierre Neidhardt 3 years ago
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.
240cd235 — Pierre Neidhardt 3 years ago
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.
39b8f85a — Andrew Tropin 3 years ago
.dir-locals.el: Update yas snippets directory.

* .dir-locals.el (eval): Update yas snippets directory.
b9fa04fb — Ricardo Wurmus 3 years ago
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.
d5f3ad82 — Ricardo Wurmus 3 years ago
gnu: Add rust-windows-sys-0.36.

* gnu/packages/crates-io.scm (rust-windows-sys-0.36): New variable.
36513fd0 — Ricardo Wurmus 3 years ago
gnu: Add rust-windows-aarch64-msvc-0.36.

* gnu/packages/crates-io.scm (rust-windows-aarch64-msvc-0.36): New variable.
8e9105f7 — Ricardo Wurmus 3 years ago
gnu: Add rust-windows-i686-gnu-0.36.

* gnu/packages/crates-io.scm (rust-windows-i686-gnu-0.36): New variable.
730c93be — Ricardo Wurmus 3 years ago
gnu: Add rust-windows-i686-msvc-0.36.

* gnu/packages/crates-io.scm (rust-windows-i686-msvc-0.36): New variable.
ca11628e — Ricardo Wurmus 3 years ago
gnu: Add rust-windows-x86-64-gnu-0.36.

* gnu/packages/crates-io.scm (rust-windows-x86-64-gnu-0.36): New variable.
dbf0e1fd — Ricardo Wurmus 3 years ago
gnu: Add rust-windows-x86-64-msvc-0.36.

* gnu/packages/crates-io.scm (rust-windows-x86-64-msvc-0.36): New variable.
67e5b569 — Efraim Flashner 3 years ago
gnu: polkit-duktape: Fix cross-compiling.

* gnu/packages/polkit.scm (polkit-duktape)[arguments]: When
cross-compiling also search native-inputs for inputs.
e7532d28 — Efraim Flashner 3 years ago
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.
be810d41 — Greg Hogan 3 years ago
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>
Next