aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
...
* gnu: composer-classloader: Use copy-build-system.Efraim Flashner2023-12-19
| | | | | | | | * gnu/packages/php-xyz.scm (composer-classloader)[build-system]: Switch to the copy-build-system. [arguments]: Adjust accordingly. Change-Id: Idb39ba92d973362bd6d8c1dd944a5d46919de5df
* gnu: font-jetbrains-mono: Use the correct license.Saku Laesvuori2023-12-19
| | | | | | | | | | | The build scripts are licensed under asl2.0 but the packaged font files are licensed under silofl1.1. * gnu/packages/fonts.scm (font-jetbrains-mono)[license]: Use silofl1.1 instead of asl2.0. Change-Id: I256a89b6e4bdb368c9cc94cae0808f72c76e7599 Signed-off-by: Hilton Chain <hako@ultrarare.space>
* gnu: font-jetbrains-mono: Update to 2.304Saku Laesvuori2023-12-19
| | | | | | | * gnu/packages/fonts.scm (font-jetbrains-mono): Update to version 2.304. Change-Id: Id325fda8f9b50cf830107823c6ca1b439a6bdca0 Signed-off-by: Hilton Chain <hako@ultrarare.space>
* gnu: traceroute: Update to 2.1.5.Timotej Lazar2023-12-19
| | | | | | | * gnu/packages/networking.scm (traceroute): Update to 2.1.5. Change-Id: I400292cd62afd76ca66e00071ae3afa45302735c Signed-off-by: Hilton Chain <hako@ultrarare.space>
* gnu: wireplumber: Update to 0.4.17.Jaeme Sifat2023-12-19
| | | | | | | * gnu/packages/linux.scm (wireplumber): Update to 0.4.17. Change-Id: I1cdc156fde4cbbe6201f967db0701bb5dfdf1d7e Signed-off-by: Hilton Chain <hako@ultrarare.space>
* gnu: hyfetch: Update to 1.4.11.Jaeme Sifat2023-12-19
| | | | | | | * gnu/packages/admin.scm (hyfetch): Update to 1.4.11. Change-Id: I244020ef556911107040e913ef76932ed97ae6e9 Signed-off-by: Hilton Chain <hako@ultrarare.space>
* gnu: emacs-mbsync: Update to 0.1.2-5.d3c81da.Hilton Chain2023-12-19
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-mbsync): Update to 0.1.2-5.d3c81da. Change-Id: Idf9a1807a2bdfec8bb12f6eee90c6ee12ca29877
* gnu: Add iptables-nft.Hilton Chain2023-12-19
| | | | | | * gnu/packages/linux.scm (iptables-nft): New variable. Change-Id: I281514fcf05e70b4d62f374269c50c76bb676f78
* gnu: r-sccustomize: Update to 2.0.1-1.3973745.nafkhamdc2023-12-19
| | | | | | | * gnu/packages/bioinformatics.scm (r-sccustomize): Update to 2.0.1-1.3973745. Change-Id: I4e4b499a658eaed0396263d1d9fd277a541a13d9 Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: guile-udev: Fix dlopen error at run time.Maxim Cournoyer2023-12-19
| | | | | | | * gnu/packages/guile-xyz.scm (guile-udev) [arguments]: Add patch-extension-path phase. Change-Id: I4620c234e8ac45dcc1c2a3ab8871b8ab9d9c35c0
* build-system: Add ‘composer-build-system’.Nicolas Graves2023-12-18
| | | | | | | | | | | | * guix/build-system/composer.scm: New file. * guix/build/composer-build-system.scm: New file. * gnu/packages/aux-files/findclass.php: New file. * Makefile.am: Add them. * doc/guix.texi (Build Systems): Document it. Co-authored-by: Julien Lepiller <julien@lepiller.eu> Signed-off-by: Ludovic Courtès <ludo@gnu.org> Change-Id: Ie6a05b42ff04d3ad774a0a20278a77e4820bb8f6
* gnu: Add composer-classloader.Nicolas Graves2023-12-18
| | | | | | | * gnu/packages/php-xyz.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: zfs: Update to 2.1.14.antlers2023-12-18
| | | | | | | * gnu/packages/file-systems.scm (zfs): Update to 2.1.14. Change-Id: I696467868924f1135ba678e8e743955d3767618f Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: ublock-origin: Update to 1.54.0.Clément Lassieur2023-12-18
| | | | | | | | * gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.54.0. (ublock-main-assets): Update to 76bd7cb53036a36f7e7df5ee9173f588ba8aa966. (ublock-prod-assets): Update to a379a168fc149ffbd6d10cd0700d4ab4801e57f2. Change-Id: I0296b45b684562afaef859b0144c875ff05cd2d8
* gnu: freeimage: Patch 2 CVEs.Efraim Flashner2023-12-18
| | | | | | | | | * gnu/packages/image.scm (freeimage)[source]: Add patches. * gnu/packages/patches/freeimage-CVE-2020-21428.patch, gnu/packages/patches/freeimage-CVE-2020-22524.patch: New files. * gnu/local.mk (dist_patch_DATA): Register them. Change-Id: Iec114f2295cafbc8b55e81c0d8e4a361fd653152
* Merge branch 'wip-webkit'Liliana Marie Prikler2023-12-18
|\
| * Merge branch 'master' into wip-webkitLiliana Marie Prikler2023-12-18
| |\
| * | gnu: yelp: Build with webkitgtk-for-gtk3.Liliana Marie Prikler2023-12-16
| | | | | | | | | | | | | | | | | | | | | | | | This replacement was omitted in f3da903b0169edc19e07be5a91c80488332abe09: Yelp 42 still builds with GTK+ 3, so let's use the right Webkit. * gnu/packages/gnome.scm (yelp)[inputs]: Replace webkitgtk with webkitgtk-for-gtk3.
| * | gnu: epiphany: Build with webkitgtk-for-gtk3.Liliana Marie Prikler2023-12-12
| | | | | | | | | | | | | | | | | | | | | | | | This replacement was omitted in f3da903b0169edc19e07be5a91c80488332abe09: Epiphany 42 still builds with GTK+ 3, so let's use the right Webkit. * gnu/packages/gnome.scm (epiphany)[inputs]: Replace webkitgtk with webkitgtk-for-gtk3.
| * | gnu: webkitgtk: Update to 2.42.3.Andre A. Gomes2023-12-08
| | | | | | | | | | | | | | | | | | * gnu/packages/webkit.scm (webkitgtk): Update to 2.42.3. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| * | gnu: webkitgtk: Update to 2.42.2.Jack Hill2023-12-08
| | | | | | | | | | | | | | | | | | * gnu/packages/webkit.scm (webkitgtk): Update to 2.42.2. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| * | gnu: webkitgtk-with-libsoup2: Use propagated inputs from GTK3.Liliana Marie Prikler2023-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes an error in commits ee748c1df093dd63da982e2f3cd0e11c6633d3d6 and 9bac1cad271de4f4436755c296577c4e185d564c, the latter of which was missing a hunk to address the failing build of the former. See <https://bugs.gnu.org/66480#47> for the full patch. * gnu/packages/webkit.scm (webkitgtk-with-libsoup2)[propagated-inputs]: Use package-propagated-inputs from webkitgtk-for-gtk3 rather than webkitgtk. Co-authored-by: Vivien Kraus <vivien@planete-kraus.eu>
| * | gnu: webkitgtk-with-libsoup2: Use keyword arguments for GTK3.Liliana Marie Prikler2023-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes an error commit ee748c1df093dd63da982e2f3cd0e11c6633d3d6, where webkitgtk-with-libsoup2 would be built for GTK4 – a contradiction, as GTK4 builds require libsoup3. See also <https://bugs.gnu.org/66480#47>. * gnu/packages/webkit.scm (webkitgtk-with-libsoup2)[arguments]: Use package-arguments of webkitgtk-for-gtk3 rather than webkitgtk. Co-authored-by: Vivien Kraus <vivien@planete-kraus.eu>
| * | gnu: Make webkitgtk-next the new webkitgtk.Liliana Marie Prikler2023-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As of version 2.42.0, the WebKit 6.0 typelib is considered stable. With GNOME itself moving to GTK4 as time marches on, we should reflect the fact that this is the preferred Webkit for future applications. * gnu/packages/webkit.scm (webkitgtk-next): Remove variable. Inline logic… (webkitgtk): … here. Move old value … (webkitgtk-for-gtk3): … here. (webkitgtk-with-libsoup2): Inherit from webkitgtk-for-gtk3. * gnu/packages/geo.scm (gnome-maps): Adjust accordingly. * gnu/packages/gnome.scm (gnome-initial-setup, sushi) (cambalache, devhelp, devhelp-with-libsoup2, gnome-online-accounts) (gnome-online-accounts-3.44, evolution-data-server, evolution-data-server-3.44) (lollypop, evolution, gnome-boxes, geary, komikku): Likewise. * gnu/packages/guile-xyz.scm (guile-gi, nomad): Likewise. * gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Likewise. * gnu/packages/mail.scm (balsa): Likewise. * gnu/packages/mate.scm (atril): Likewise. * gnu/packages/music.scm (ctrlr): Likewise. * gnu/packages/rednotebook.scm (rednotebook): Likewise. * gnu/packages/syndication.scm (gfeeds): Likewise. * gnu/packages/telegram.scm (telegram-desktop): Likewise. * gnu/packages/vnc.scm (remmina): Likewise. * gnu/packages/web-browsers.scm (nyxt): Likewise.
| * | gnu: webkitgtk: Update to 2.42.1.Liliana Marie Prikler2023-12-08
| | | | | | | | | | | | | | | * gnu/packages/webkit.scm (webkitgtk): Update to 2.42.1. [inputs]: Add libjxl.
* | | gnu: Register new files.Efraim Flashner2023-12-18
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/local.mk (GNU_SYSTEM_MODULES): Register gnu/packages/elixir-xyz.scm. * Makefile.am (MODULES): Register guix/build-system/mix.scm, guix/build/mix-build-system.scm. Change-Id: I69c8fbaa6b16d658d5f6a43d1d39d680dd28ffe9
* | | gnu: go-1.14: Mark i586-gnu as unsupported.Efraim Flashner2023-12-18
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-1.14)[supported-systems]: Mark i586-gnu as unsupported. Change-Id: I226676e78e37047cf78ad185355dc4bff64e9d04
* | | gnu: ci: Build tuned packages for common baselines.Efraim Flashner2023-12-18
| | | | | | | | | | | | | | | | | | | | | * gnu/ci.scm (%x86-64-micro-architectures): Update the list of micro-architectures to also match the psABI levels. Change-Id: Iee2f65376a00ad2ee5fb393c2e64c07f866d8116
* | | gnu: Remove newsboat-2.13.Efraim Flashner2023-12-18
| |/ |/| | | | | | | | | * gnu/packages/syndication.scm (newsboat-2.13): Delete variable. Change-Id: I4453693485a45aee9ba93657624a6e7518808dc8
* | gnu: emacs-embark: Update to 1.0antlers2023-12-17
| | | | | | | | | | | | | | * gnu/packages/emacs-xyx.scm (emacs-embark): Update to 1.0 Change-Id: I230bac996df9883a20c9f70e0b27f5bed37c91fa Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* | gnu: Add elixir-machete.Pierre-Henry Fröhring2023-12-17
| | | | | | | | | | | | | | * gnu/packages/elixir-xyz.scm (elixir-machete): New variable. Change-Id: I76e0fd78aeeaeaa94a297032b3b309846510c975 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* | gnu: Add elixir-dialyxir.Pierre-Henry Fröhring2023-12-17
| | | | | | | | | | | | | | * gnu/packages/elixir-xyz.scm (elixir-dialyxir): New variable. Change-Id: I387062e0aaaded448022aa7534b95859b5979a06 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* | gnu: Add elixir-erlex.Pierre-Henry Fröhring2023-12-17
| | | | | | | | | | | | | | * gnu/packages/elixir-xyz.scm (elixir-erlex): New variable. Change-Id: Ia518ad5fd32d3f5942b20113e61e4ef7e7895ff3 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* | gnu: Add elixir-credo.Pierre-Henry Fröhring2023-12-17
| | | | | | | | | | | | | | * gnu/packages/elixir-xyz.scm (elixir-credo): New variable. Change-Id: I6df0d926e0fb96caa65d081892026b3495431c83 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* | gnu: Add elixir-excoveralls.Pierre-Henry Fröhring2023-12-17
| | | | | | | | | | | | | | * gnu/packages/elixir-xyz.scm (elixir-excoveralls): New variable. Change-Id: Ib271d8a7393e21178806df28ab892afe99757297 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* | gnu: Add elixir-castore.Pierre-Henry Fröhring2023-12-17
| | | | | | | | | | | | | | * gnu/packages/elixir-xyz.scm (elixir-castore): New variable. Change-Id: Iea1fea8241d19ff35a183af9c3fbf2ed5198a259 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* | gnu: Add elixir-inch-ex.Pierre-Henry Fröhring2023-12-17
| | | | | | | | | | | | | | * gnu/packages/elixir-xyz.scm (elixir-inch-ex): New variable. Change-Id: I6e98424528a0264a2587d28fcf065fa74eff0f1a Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* | gnu: Add elixir-bunt.Pierre-Henry Fröhring2023-12-17
| | | | | | | | | | | | | | * gnu/packages/elixir-xyz.scm (elixir-bunt): New variable. Change-Id: Ib84797c31d6ab40d59b87b040993dae9391ead6b Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* | gnu: Add elixir-file-system.Pierre-Henry Fröhring2023-12-17
| | | | | | | | | | | | | | * gnu/packages/elixir-xyz.scm (elixir-file-system): New variable. Change-Id: I54e9c9069ddf150bb0c882775b0b2c9d5e59abd6 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* | gnu: Add elixir-jason.Pierre-Henry Fröhring2023-12-17
| | | | | | | | | | | | | | * gnu/packages/elixir-xyz.scm (elixir-jason): New variable. Change-Id: Iadd816e2b5db6d146728aacb4d6b2c66aba4304c Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* | gnu: Add elixir-makeup.Pierre-Henry Fröhring2023-12-17
| | | | | | | | | | | | | | * gnu/packages/elixir-xyz.scm (elixir-makeup): New variable. Change-Id: I21fe9ffddb4c95a2c67b74340b1105c2a54d3c82 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* | gnu: Add elixir-nimble-parsec.Pierre-Henry Fröhring2023-12-17
| | | | | | | | | | | | | | * gnu/packages/elixir-xyz.scm (elixir-nimble-parsec): New variable. Change-Id: I79bab8095aee3212bc295354ead55df49ef92d17 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* | gnu: Add elixir-hex.Pierre-Henry Fröhring2023-12-17
| | | | | | | | | | | | | | * gnu/packages/elixir.scm (elixir-hex): New variable. Change-Id: I957688ae4e078afd79acd439880c38083fdab83a Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* | gnu: elixir: Wrap binaries.Pierre-Henry Fröhring2023-12-17
| | | | | | | | | | | | | | | | * gnu/packages/elixir.scm (elixir)[#:phases]: Add ‘wrap-programs’. [native-search-path]: Add “GUIX_ELIXIR_LIBS”. Change-Id: I75bdde3aeedc1d495ea5fc2c5fc3fcdc5dc3fad2 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* | gnu: python-renpy: Update to 8.1.3.Liliana Marie Prikler2023-12-17
| | | | | | | | | | | | * gnu/packages/game-development.scm (python-renpy): Update to 8.1.3. Change-Id: I5e265cdc0f83eda9ae19a3627fa8cd69ef103806
* | gnu: python-pygame-sdl2: Update to 2.1.0+renpy8.1.3.Liliana Marie Prikler2023-12-17
| | | | | | | | | | | | | | * gnu/packages/game-development.scm (python-pygame-sdl2): Update to 2.1.0+renpy8.1.3. Change-Id: Ide0baef4762b2c4174d10e07ec94427916ac41af
* | gnu: guile-ares-rs: Update to 0.9.1.Andrew Tropin2023-12-17
| | | | | | | | * gnu/packages/guile-xyz.scm (guile-ares-rs): Update to 0.9.1.
* | gnu: linux-libre 4.14: Update to 4.14.333.Leo Famulari2023-12-16
| | | | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.333. (linux-libre-4.14-pristine-source): Update hash. Change-Id: I32f32f1ccb922f845d28dc84d2389bdf6636f839
* | gnu: linux-libre 4.19: Update to 4.19.302.Leo Famulari2023-12-16
| | | | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.302. (linux-libre-4.19-pristine-source): Update hash. Change-Id: Ic8f6e5311ab9fc4c9adeb4f006fd9b2d7b501359
* | gnu: linux-libre 5.4: Update to 5.4.264.Leo Famulari2023-12-16
| | | | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.264. (linux-libre-5.4-pristine-source): Update hash. Change-Id: Id263ea3c098e61b25794e403a4722824b37539f1