aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
...
* gnu: xcb-util-renderutil: Fix cross-compiling to riscv64-linux.Zheng Junjie2023-12-29
| | | | | | | | | * gnu/packages/xorg.scm (xcb-util-renderutil) [native-inputs]: When cross compiling to riscv64-linux-gnu, add config. [arguments]: When target riscv64-linux-gnu, add update-config-scripts phase. Change-Id: I906a2b7b7691ae53592cfa35ba64fc7e7d735664 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: libmng: Fix cross-compiling to riscv64-linux.Zheng Junjie2023-12-29
| | | | | | | | | * gnu/packages/image.scm (libmng) [native-inputs]: When cross compiling to riscv64-linux-gnu, add config. [arguments]: When target riscv64-linux-gnu, add update-config-scripts phase. Change-Id: I906a2b7b7691ae53592cfa35ba64fc7e7d735664 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: python-dm-tree: Fix build.Ricardo Wurmus2023-12-29
| | | | | | | | * gnu/packages/python-xyz.scm (python-dm-tree)[arguments]: Drop --whole-archive linker arguments because with them symbols provided by libabsl_hash.a would not be found. Change-Id: Id9ea0e233dc9a1cc76c88c08314803671e4810f9
* gnu: Add python-pymemcache.Ricardo Wurmus2023-12-29
| | | | | | * gnu/packages/python-xyz.scm (python-pymemcache): New variable. Change-Id: I2141c79d01d8a59e9cd4ee2fbef608ba882ffaa9
* gnu: gnunet-gtk: Update to 0.20.0.Adam Faiz2023-12-29
| | | | | | | * gnu/packages/gnunet.scm (gnunet-gtk): Update to 0.20.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Change-Id: I293aecd0e7074d2b522d955ab4509a5eeb1cf7d6
* gnu: gnunet: Update to 0.20.0.Adam Faiz2023-12-29
| | | | | | | | * gnu/packages/gnunet.scm (gnunet): Update to 0.20.0. [source]: Remove snippet. Change-Id: I1157f586764f9282d331596ca83bb8850ddee7ab Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: spatialite-tools: Update to 5.1.0a.Felix Gruber2023-12-29
| | | | | | | * gnu/packages/geo.scm (spatialite-tools): Update to 5.1.0a. Change-Id: I2dd09003d090db692d6056402cef55e1c1203684 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: cl-clog: Fix build.Guillaume Le Vaillant2023-12-29
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-clog)[arguments]: Add 'fix-symbol-name' phase. Change-Id: If9f5546eb252c69bb12a0904eb9db37140a90d24
* gnu: cl-mgl-pax: Update to 0.3.0-1.6782eb0.Paul A. Patience2023-12-29
| | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-mgl-pax): Update to 0.3.0-1.6782eb0. [inputs]: Add sbcl-trivial-utf-8. Change-Id: I0d78ec4cca4924703adfabfa0e536933f345256d Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: cl-3bmd: Update to 0.0.0-4.e68b2d4.Paul A. Patience2023-12-29
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-3bmd): Update to 0.0.0-4.e68b2d4. Change-Id: I2e2a4f3fc96bf70b72a15840aa85349a3d71be02 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: cl-filesystem-utils: Update to 1.0.0-2.a07e8b6.Paul A. Patience2023-12-29
| | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-filesystem-utils): Update to 1.0.0-2.a07e8b6. Change-Id: I5823f315d0f400d2e447afeee73d6b03ebe685c8 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: cl-pathname-utils: Update to 1.1.0-3.f28068a.Paul A. Patience2023-12-29
| | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-pathname-utils): Update to 1.1.0-3.f28068a. Change-Id: Ieaff98da3cff210c9cbf1022e3cebffe2ed38efa Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* services: laminar: Add configuration option for supplementary groups.David Thompson2023-12-28
| | | | | | | | | * gnu/services/ci (<laminar-configuration>)[supplemental-groups]: New field. (laminar-shepherd-service): Exec laminard with supplementary groups. (laminar-account): Add supplementary groups to laminar user. * doc/guix.texi (Laminar): Document new configuration field. Change-Id: Iebfdbb58ea8c6dfa22bb8f64f6463e3ad133d2f9
* gnu: torbrowser: Change version to 13.0.8.Clément Lassieur2023-12-28
| | | | | | | | | | | * gnu/packages/tor.scm (%torbrowser-version): New variable. (%torbrowser-firefox-version): New variable. (torbrowser-assets)[version]: Use %torbrowser-version. (torbrowser)[version]: Use %torbrowser-version. [source]: Use %torbrowser-firefox-version. [arguments]: Use the package version. Change-Id: I4d262e0a9528ff515da89c31589d88201dcdf941
* gnu: Add python-ast-decompiler.Troy Figiel2023-12-28
| | | | | | | * gnu/packages/python-xyz.scm (python-ast-decompiler): New variable. Change-Id: Id0f47c866e72c9f7053da47fdd7aea840a191e62 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: python-flake8-isort: Update to 6.1.0.Troy Figiel2023-12-28
| | | | | | | | | * gnu/packages/python-xyz.scm (python-flake8-isort): Update to 6.1.0. [arguments]<#:phases>: Update check phase, because tests have been moved to run_tests.py. [propagated-inputs]: Remove python-testfixtures. Change-Id: Iecaf50021c8f29fb083f7a85b7ac731836e97384 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-pytest-cookies.Troy Figiel2023-12-28
| | | | | | | * gnu/packages/python-check.scm (python-pytest-cookies): New variable. Change-Id: I0b085d345bf1bce5fc9c03315da06954cf2125cb Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: sssd: Update to 2.9.3.Timotej Lazar2023-12-28
| | | | | | | * gnu/packages/sssd.scm (sssd): Update to 2.9.3. Change-Id: I43c155ff69e7f0dbb96173056683855871eca749 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: cdparanoia: Fix cross-compiling.Zheng Junjie2023-12-28
| | | | | | | | | | * gnu/packages/cdrom.scm (cdparanoia) [native-inputs]: when cross compiling to {riscv,aarch}64-linux-gnu, add config. [arguments]: when target {riscv,aarch}64-linux-gnu, add update-config-scripts phase. <#:configure-flags>: when cross-compiling, use `(assoc-ref %outputs "out")'. Change-Id: I442c668c3d52c241f0d405f51ea8d995bfefd3fd Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-rpds-py.Mathieu Othacehe2023-12-28
| | | | | | | * gnu/packages/python-xyz.scm (python-rpds-py): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Change-Id: I6f4d80cc7a9a3d591fcf894375ef14e079573c0d
* gnu: Add rust-rpds-1.Mathieu Othacehe2023-12-28
| | | | | | | * gnu/packages/crates-io.scm (rust-rpds-1): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Change-Id: I91b02a357e679ab4b8361bf232d2fec473a5f910
* gnu: Add rust-archery-1.Mathieu Othacehe2023-12-28
| | | | | | | * gnu/packages/crates-io.scm (rust-archery-1): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Change-Id: Ie0b29e5c3163e0202327ce5661393ee1d3925d89
* gnu: Add rust-compiletest-rs-0.10.Mathieu Othacehe2023-12-28
| | | | | | | | | * gnu/packages/crates-io.scm (rust-compiletest-rs-0.10): New variable. (rust-compiletest-rs-0.3): Inherit from rust-compiletest-rs-0.10. [home-page, synopsis, description, license]: Remove them. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Change-Id: Ibd6fc9fa1803df3a804801a10923b8b70c1f4073
* gnu: Add rust-triomphe-0.1.Mathieu Othacehe2023-12-28
| | | | | | | * gnu/packages/crates-io.scm (rust-triomphe-0.1): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Change-Id: I4bd9ea34b30ae03f8f8dbc4a083d6e246c746ee5
* gnu: Add rust-unsize-1.Mathieu Othacehe2023-12-28
| | | | | | | * gnu/packages/crates-io.scm (rust-unsize-1): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Change-Id: Iae3dcb97809622e79ae6dc74ed94723ff1da8e29
* gnu: gthumb: Improve style.Nicolas Graves2023-12-27
| | | | | | | | | | * gnu/packages/gnome.scm (gthumb): [arguments]: Use gexp. [native-inputs]: Rewrite using list. [inputs]: Rewrite using list. Change-Id: I925c3ac0ebef89534608926545309ff232e2af01 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* chromium-extension: Compute json at argument evaluation time.Josselin Poiret2023-12-27
| | | | | | | | | * gnu/build/chromium-extension.scm (make-chromium-extension): Make use of the make-signing-key procedure inside the argument field, making sure that it is not evaluated at file-load time. This would otherwise try to resolve gnutls when we can't guarantee it's defined because of dependency cycles. Change-Id: Ia7b13acfbca475c2df073e9a88fc8bb9264dd968
* gnu: passff: Update to 1.16.Clément Lassieur2023-12-27
| | | | | | * gnu/packages/browser-extensions.scm (passff): Update to 1.16. Change-Id: If1db92641ee0919ff9d6bf02db2efbc2863cf395
* gnu: passff-host: Update to 1.2.4.Clément Lassieur2023-12-27
| | | | | | * gnu/packages/browser-extensions.scm (passff-host): Update to 1.2.4. Change-Id: I66f7d9bc0026723169b4509f1a99188dd3b7fb44
* gnu: google-highway: Update to 1.0.7.Efraim Flashner2023-12-27
| | | | | | * gnu/packages/cpp.scm (google-highway): Update to 1.0.7. Change-Id: I8374135da8343910156709c255f144dab1554cc0
* gnu: google-highway: Build shared libraries.Efraim Flashner2023-12-27
| | | | | | | * gnu/packages/cpp.scm (google-highway)[arguments]: Add configure-flag to build shared libraries. Change-Id: Ic222dd454290742c7c964a1a5a5b7d8d7533c3e1
* gnu: Add torbrowser.Clément Lassieur2023-12-27
| | | | | | | | | | * gnu/packages/tor.scm (torbrowser): New variable. (torbrowser-assets): New variable. * gnu/packages/browser-extensions.scm (noscript): New variable. (noscript/icecat): New variable. Co-authored-by: André Batista <nandre@riseup.net> Change-Id: I73dc53905e4a028108bb34aae07e44256cf16c85
* gnu: linux-libre 4.14: Update to 4.14.334.Wilko Meyer2023-12-26
| | | | | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.334. (linux-libre-4.14-pristine-source): Update hash. Change-Id: I36865a5bedf9cfb53ea7371595466820c6a77b11 Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 4.19: Update to 4.19.303.Wilko Meyer2023-12-26
| | | | | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.303. (linux-libre-4.19-pristine-source): Update hash. Change-Id: I87a5ec1a8ed8808853bc76be594f6bd563a6a7f9 Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 5.4: Update to 5.4.265.Wilko Meyer2023-12-26
| | | | | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.265. (linux-libre-5.4-pristine-source): Update hash. Change-Id: Ie52a0d6b6d19143341ac02d068b93e19c5e45a18 Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 5.10: Update to 5.10.205.Wilko Meyer2023-12-26
| | | | | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.205. (linux-libre-5.10-pristine-source): Update hash. Change-Id: I63dcffd43b83888ca41e41b3b69b1aecb6a88026 Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 5.15: Update to 5.15.144.Wilko Meyer2023-12-26
| | | | | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.144. (linux-libre-5.15-pristine-source): Update hash. Change-Id: Ib66272d8e15a966e04acbbb1a29eff2e263592d2 Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 6.1: Update to 6.1.69.Wilko Meyer2023-12-26
| | | | | | | | * gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.69. (linux-libre-6.1-pristine-source): Update hash. Change-Id: If6a3d1d5a9252386c44beb60e3f4d0f535ef37ff Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 6.6: Update to 6.6.8.Wilko Meyer2023-12-26
| | | | | | | | * gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.8. (linux-libre-6.6-pristine-source): Update hash. Change-Id: I31ac97a55842399046278291a2ebcc038159f38d Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: home: Add home-pipewire service.Brian Cully2023-12-26
| | | | | | | | | | | | | | | | | This adds a set of home Shepherd services which will start the required services for a functional PipeWire setup. * gnu/home/services/sound.scm (home-pipewire-shepherd-service, home-wireplumber-shepherd-service, home-pipewire-shepherd-services, home-pipewire-asoundrc, home-pipewire-xdg-configuration, home-pipewire-pulseaudio-shepherd-service): New procedures. (home-pipewire-service-type): New service type. (home-pipewire-configuration): New struct. (home-pipewire-disable-pulseaudio-auto-start): New variable. * doc/guix.texi (Sound Home Services): Document it. Change-Id: I99e0ae860de91d459c3c554ec5503bf35f785a2a Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: Add lammps-serial.Ricardo Wurmus2023-12-25
| | | | | | * gnu/packages/bioinformatics.scm (lammps-serial): New variable. Change-Id: Ifd189a28f423e43ddda8654f758486737eef4a3c
* gnu: Add lammps.Ricardo Wurmus2023-12-25
| | | | | | * gnu/packages/bioinformatics.scm (lammps): New variable. Change-Id: Ic9745a623300b82b7fb1417437220415305e7332
* Revert "gnu: ed: Update to 1.19."Efraim Flashner2023-12-25
| | | | | | This reverts commit 0d8b0af0fe9a4ee113a555f939adbbe0f9ac7125. This results in more than 5000 packages being rebuilt.
* gnu: Adjust to removing ed.scm and nano.scmEfraim Flashner2023-12-25
| | | | | | | | | | | | This is a follow-up to f6817e71dff7d0d9fdb55db8b85a1d3d04e2bf5a and e11e65a9ad08e18ea2faac3c9f4639a7b189bf76. * gnu/installer.scm, gnu/packages/algebra.scm, gnu/packages/base.scm, gnu/packages/cook.scm, gnu/packages/lisp.scm, gnu/packages/patchutils.scm, gnu/packages/version-control.scm, gnu/packages/web-browsers.scm, gnu/system.scm: Adjust module imports. Change-Id: I25e5519fa003c35a14b81c3dda37b24527858634
* gnu: scotch: Update to 7.0.4Romain GARBAGE2023-12-25
| | | | | | | * gnu/packages/maths.scm (scotch): Update to version 7.0.4. Change-Id: I493113ecc1694e8812fb38d8e4641398eb174b34 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: shotwell: Fix build.Sharlatan Hellseher2023-12-25
| | | | | | | | * gnu/packages/gnome.scm (shotwell): Fix build. [inputs]: Swap webkitgtk to webkitgtk-for-gtk3. Change-Id: I457ed30f3bf6335c7dd88daf2132b4a8857d86c6 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: emacs-tempel: Update to 1.0.Jaeme Sifat2023-12-25
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-tempel): Update to 1.0. Change-Id: I61737161384615a4c18e4ce318b0c538db1372ca Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: emacs-tempel-collection: Update to 0.1-1.4a1d717.Jaeme Sifat2023-12-25
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-tempel-collection): Update to 0.1-1.4a1d717. Change-Id: Iac96a06c183fa2f6f246e08283a7bca2e00aac32 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove nano.scm.Jaeme Sifat2023-12-25
| | | | | | | | | | | | Removes nano.scm and places the `nano' package within text-editors.scm. * gnu/local.mk (GNU_SYSTEM_MODULES): Remove nano.scm from build. * gnu/packages/nano.scm: Delete file. * gnu/packages/text-editors.scm (nano): New variable. [copyright header]: Transfer copyright notices from nano.scm to text-editors.scm. Change-Id: I257f68a3072481f556db208bd1bd34e6eec79b47 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: ed: Update to 1.19.Jaeme Sifat2023-12-25
| | | | | | | * gnu/packages/text-editors.scm (ed): Update to 1.19. Change-Id: I02ec92086fe122a636d24e8bc3afb3c3f118651c Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>