Age | Commit message (Collapse) | Author |
|
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.137.
(linux-libre-5.15-pristine-source): Update hash.
Signed-off-by: Leo Famulari <leo@famulari.name>
Change-Id: Iec962e677edbab8f0145521905f42a0dc8e9fb56
|
|
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.60.
(linux-libre-6.1-pristine-source): Update hash.
Signed-off-by: Leo Famulari <leo@famulari.name>
Change-Id: I026d2956ff6fe82a495e363a6905d7ecba530c89
|
|
* gnu/packages/linux.scm (linux-libre-6.5-version): Update to 6.5.9.
(linux-libre-6.5-pristine-source): Update hash.
Signed-off-by: Leo Famulari <leo@famulari.name>
Change-Id: I498f318d4120217a0c002c88acb20e5eacc0f146
|
|
This is a followup to 1328c4cca531318e3ed90c6aecb522a5b22a4bcc, which
led to failures for tests that were not prepared to cope with that.
* tests/guix-environment-container.sh (hello_drv_nested): Pass “-E
GUIX_BUILD_OPTIONS” so ‘--no-grafts’ is passed.
* tests/guix-pack.sh (GUIX_BUILD_OPTIONS): Add ‘--no-grafts’.
* tests/transformations.scm ("options->transformation, with-graft"):
Skip when ‘glibc-final’ has a replacement.
Change-Id: Ia65c9aeb06f524252815b8290a5ca7bf97ee8136
|
|
* guix/scripts/environment.scm (guix-environment*): Fix typo in error
messages.
Change-Id: I0b8669cb43267d0456a70f3b157514a6bcc725e8
|
|
Previously, ‘%graft?’ would be parameterized after ‘package-derivation’
had been called for ‘%guile-for-build’, which is too late.
* guix/scripts/environment.scm (guix-environment*)[with-store/maybe]:
Parameterize ‘%graft?’.
Remove ‘%graft?’ parameterization from body.
Change-Id: I65ef4a8c5f27e19a49196005871e5f7057fabaec
|
|
Fixes <https://issues.guix.gnu.org/65225>.
* guix/profiles.scm (info-dir-file, package-cache-file)
(info-dir-file, ghc-package-cache-file, ca-certificate-bundle)
(emacs-subdirs, gdk-pixbuf-loaders-cache-file, glib-schemas)
(gtk-icon-themes, gtk-im-modules, linux-module-database)
(xdg-desktop-database, xdg-mime-database, fonts-dir-file)
(manual-database, manual-database/optional): Add optional #:system
parameter and pass it to ‘gexp->derivation’.
(profile-derivation): Pass HOOK a second parameter, SYSTEM.
* gnu/bootloader.scm (efi-bootloader-profile)[efi-bootloader-profile-hook]:
Add optional #:system parameter and pass it to ‘gexp->derivation’.
* guix/channels.scm (package-cache-file): Likewise.
* tests/profiles.scm ("profile-derivation, #:system, and hooks"): New
test.
Reported-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
* guix/packages.scm (set-guile-for-build): Add ‘system’ parameter.
|
|
Partly fixes <https://issues.guix.gnu.org/65225>.
* guix/scripts/environment.scm (guix-environment*): Pass SYSTEM to
‘package-derivation’ when defining ‘%guile-for-build’.
Reported-by: Simon Tournier <zimon.toutoune@gmail.com>
Change-Id: I9d883f1e61fac72754fdc9dee9b7c8a3dea32add
|
|
Fixes a bug that would occur with references to two outputs of the same
derivation, with one of them referring to the other one.
For example, the references of libreoffice include both mariadb:dev and
mariadb:lib; additionally, mariadb:dev refers to mariadb:lib. In this
case, the glibc graft would not be applied on one of the mariadb paths,
and both the grafted and ungrafted glibc would end up in the closure of
libreoffice.
Fixes <https://issues.guix.gnu.org/66662>.
* guix/grafts.scm (non-self-references): Simplify and include references
to outputs of DRV other than OUTPUTS.
(reference-origins): Simplify and possibly return outputs of DRV itself.
(cumulative-grafts)[graft-origin?]: Add OUTPUT parameter and honor it.
[dependency-grafts]: Adjust accordingly.
* tests/grafts.scm ("graft-derivation, multiple outputs need to be replaced"):
New test.
Change-Id: Iac2005024ab7049037537b3af55298696ec90e3c
|
|
Fixes <https://issues.guix.gnu.org/66659>.
Fixes a regression introduced in 6b0a32196982a0a2f4dbb59d35e55833a5545ac6. The
first attempt in e098ba2f499bbddfea50c85058e4077e39b85513 to fix this issue didn't work.
* gnu/home/services.scm (compute-on-first-login-script): Add
‘begin *unspecified*’ around #$@gexps.
Change-Id: I14339ad684ffe93e692e507b57dcd221d96210ef
Signed-off-by: Clément Lassieur <clement@lassieur.org>
|
|
* gnu/packages/sdl.scm (sdl2-gamecontrollerdb): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-pddl-mode): New variable.
|
|
* gnu/packages/maths.scm (popf): New variable.
|
|
* gnu/packages/python-xyz.scm (python-dm-tree): Update to 0.1.8.
[build-system]: Use pyproject-build-system.
[arguments]: Link with absl_strings_internal and use --whole-archive.
Change-Id: I763b01c24082ce1d6a0f4ffd518cfde221b28e72
|
|
* gnu/packages/emacs-xyz.scm (emacs-treebundel): New variable.
Change-Id: I1b1037b69febd0bab59aae6dd95aeeaa6a5e1e2e
Signed-off-by: Andrew Tropin <andrew@trop.in>
|
|
* gnu/packages/guile-xyz.scm (guile-ts): New variable.
Co-authored-by: Andrew Tropin <andrew@trop.in>
Signed-off-by: Andrew Tropin <andrew@trop.in>
|
|
* gnu/packages/games.scm (moonfish): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
Change-Id: Idadb367c60648a1c98601302398dae1373e68919
|
|
Message-ID: <cfad42ecdcd190893699ef28d42b35b706729bcd.1698355699.git.gabriel@erlikon.ch>
In-Reply-To: <81d0877b2cb39164563dfbf2c551f1c99aad75ed.1698355699.git.gabriel@erlikon.ch>
References: <81d0877b2cb39164563dfbf2c551f1c99aad75ed.1698355699.git.gabriel@erlikon.ch>
From: Gabriel Wicki <gabriel@erlikon.ch>
Date: Tue, 2 May 2023 16:47:41 +0200
Subject: [PATCH 2/2] teams: Add Gabriel Wicki.
* etc/teams.scm.in ("Gabriel Wicki"): New member.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
Message-ID: <81d0877b2cb39164563dfbf2c551f1c99aad75ed.1698355699.git.gabriel@erlikon.ch>
From: Gabriel Wicki <gabriel@erlikon.ch>
Date: Tue, 2 May 2023 16:38:15 +0200
Subject: [PATCH 1/2] teams: Add audio team.
* etc/teams.scm.in (audio): Add team.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.136.
(linux-libre-5.15-pristine-source): Update hash.
Signed-off-by: Leo Famulari <leo@famulari.name>
Change-Id: I17e958435010099ae41713a2a18d6fc5fac57ce7
|
|
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.59.
(linux-libre-6.1-pristine-source): Update hash.
Signed-off-by: Leo Famulari <leo@famulari.name>
Change-Id: Id98b393a6fedaa2ccfb25972407c74755c3a1310
|
|
* gnu/packages/linux.scm (linux-libre-6.5-version): Update to 6.5.8.
(linux-libre-6.5-pristine-source): Update hash.
Signed-off-by: Leo Famulari <leo@famulari.name>
Change-Id: Ia7c9f2347269c61cd39d4801a939296931b00d1c
|
|
* gnu/packages/rust-apps.scm (rust-cbindgen-0.26): New variable.
(rust-cbindgen-0.24): Inherit from rust-cbindgen-0.26.
Change-Id: Id17f8e251ceecc8ae0708dcfc19acfc5c56b824f
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
|
|
* gnu/packages/firmware.scm (fcode-utils)
[arguments]: use STRIP-FOR-TARGET.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* guix/utils.scm (strip-for-target): New procedure.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* gnu/packages/emacs-xyz.scm (emacs-corfu-candidate-overlay): New variable.
|
|
* gnu/packages/cups.scm (cups-filters)[native-inputs]: When cross-compiling
add cups-minimal.
(cups-minimal)[native-inputs]: When cross-compiling add this-package.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Change-Id: Ifcc34f09d0a5afb3a1b95be51715c509b8ef5ed4
|
|
* gnu/packages/admin.scm (swineherd): Update to 0.0.3.
Change-Id: I4b0907c5e57a82b5bd628a8c6a7f9851b19e0a5e
|
|
This also resolves an unexplained divergence in the i686 and x86_64
kernel configurations.
* gnu/packages/aux-files/linux-libre/6.1-i686.conf,
gnu/packages/aux-files/linux-libre/6.5-i686.conf:
Set CONFIG_DRM_SIMPLEDRM=m.
* gnu/packages/aux-files/linux-libre/6.1-x86_64.conf,
gnu/packages/aux-files/linux-libre/6.5-x86_64.conf:
Likewise, and set CONFIG_SYSFB_SIMPLEFB=y and
CONFIG_GOOGLE_FRAMEBUFFER_COREBOOT=m.
Change-Id: I707a293b58f7502cf107057ee0fa0b23d5630696
|
|
* gnu/packages/browser-extensions.scm (passff-host): New variable.
(passff): New variable.
Change-Id: I0f6f4b0c319e5cffd0940421a4d8bdc73d8d806b
|
|
* doc/guix-cookbook.texi (Building with Guix): Adjust xref target.
Change-Id: I87d6dc2648ff8898e3dd3b5ffca748193f14751e
|
|
* gnu/packages/statistics.scm (r-prabclus): Update to 2.3-3.
Change-Id: Ib30b381206e92401c1f5af921faefacfed6794e9
|
|
* gnu/packages/statistics.scm (r-plotly): Update to 4.10.3.
Change-Id: I4110f2066ce507f8d5d824546b3229bd498982b9
|
|
* gnu/packages/statistics.scm (r-markdown): Update to 1.11.
Change-Id: I1d8eb8f0414d514b61707d1ac090cf2987f55858
|
|
* gnu/packages/statistics.scm (r-gdtools): Update to 0.3.4.
[inputs]: Add zlib.
Change-Id: I9580e0d3313a83e7a9163ec831ab2e5e80f2f627
|
|
* gnu/packages/statistics.scm (r-rpart): Update to 4.1.21.
Change-Id: I3c87cf0c8ea010a3f32ad70e9ad70cb9206e062a
|
|
* gnu/packages/statistics.scm (r-lattice): Update to 0.22-5.
Change-Id: I77cb85f0b548f519216e9e6b31b8e8b3bb78e1d8
|
|
* gnu/packages/cran.scm (r-paws-common): Update to 0.6.2.
Change-Id: Ie843d206f9275499f8ee1e10b071d2f2799e9b50
|
|
* gnu/packages/cran.scm (r-rsq): Update to 2.6.
[propagated-inputs]: Add r-deming.
Change-Id: I9ff6747c8fb726585154cb4232136d5aa0e242cb
|
|
* gnu/packages/cran.scm (r-rtweet): Update to 1.2.1.
Change-Id: Id4de453409dc5783cc6ee6e0cd1e2f501bb7aedf
|
|
* gnu/packages/cran.scm (r-rworldmap): Update to 1.3-8.
[propagated-inputs]: Remove r-maptools; add r-raster and r-terra.
Change-Id: I1477102143aece22ab083cd7193c69dd9a167c47
|
|
* gnu/packages/cran.scm (r-qdapregex): Update to 0.7.8.
Change-Id: Iedcf97ca54205a02d718961c9b7bc01527ce4993
|
|
* gnu/packages/cran.scm (r-ragg): Update to 1.2.6.
Change-Id: Id49d85354565d8a0e6a72ef935fd1141928f275b
|
|
* gnu/packages/cran.scm (r-textshaping): Update to 0.3.7.
Change-Id: Iee4378ac94df52f87e23d5ab4dba1708afb58f4c
|
|
* gnu/packages/cran.scm (r-tidyposterior): Update to 1.0.1.
Change-Id: I16cd6fa1b3ccdf73da0ebe1652f28a13a95793fa
|
|
* gnu/packages/cran.scm (r-slider): Update to 0.3.1.
Change-Id: I7540954ff03379d5b04afaeb263d7443d9e38288
|
|
* gnu/packages/cran.scm (r-spatstat-random): Update to 3.2-1.
Change-Id: I3b4c476f23407a920053bb37cd476467775752d5
|
|
* gnu/packages/cran.scm (r-spatstat-geom): Update to 3.2-7.
Change-Id: I220fe0abbc173e35aea198d20874f9d445e269af
|
|
* gnu/packages/cran.scm (r-spatstat-data): Update to 3.0-3.
Change-Id: Iab1b674c4c1c0fe4ca36ca3e7c78f7727da4c223
|