summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAgeFilesLines
* gnu: perl-glib-object-introspection: Update to 0.051.•••* gnu/packages/glib.scm (perl-glib-object-introspection): Update to 0.051. Change-Id: I7e6c79bca58d9054df186566ce2bf019764dc131 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Vivien Kraus2023-10-291-2/+2
* gnu: sdbus-c++: Update to 1.4.0.•••* gnu/packages/glib.scm (sdbus-c++): Update to 1.4.0. Change-Id: Ied3879a562bfea385ff7f626f35389e380a44a63 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Vivien Kraus2023-10-291-2/+2
* gnu: appstream-glib: Update style.•••* gnu/packages/glib.scm (appstream-glib) [propagated-inputs]: Drop labels. [inputs, native-inputs]: Drop labels. Sort alphabetically. [arguments]: Convert to list of G-Expressions. [#:phases]<patch-tests>: Remove trailing #t. [description]: Break long line. Change-Id: I504df11ec6fc5b9d9fe70e4e32e7910f93eeb81e Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Vivien Kraus2023-10-291-31/+33
* gnu: appstream-glib: Update to 0.8.2.•••* gnu/packages/glib.scm (appstream-glib): Update to 0.8.2. [inputs]: Replace libsoup with curl. Change-Id: Icea8c8330351127d0cc85e74716ebd3c3c4a88fa Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Vivien Kraus2023-10-291-3/+4
* gnu: template-glib: Update style.•••* gnu/packages/glib.scm (template-glib) [arguments]: Convert to list of G-Expressions. [inputs]: Drop labels. [native-inputs]: Drop labels. Change-Id: Ie9bc77f9cba1f8248af0c81bb2667c035e596d47 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Vivien Kraus2023-10-291-11/+8
* gnu: template-glib: Update to 3.36.1.•••* gnu/packages/glib.scm (template-glib): Update to 3.36.1. [#:configure-flags]: Update variable name. Change-Id: I90761ccfe4f4200060b7cbf05de7be9fc91fa850 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Vivien Kraus2023-10-291-3/+3
* gnu: xdg-dbus-proxy: Update to 0.1.5.•••* gnu/packages/glib.scm (xdg-dbus-proxy): Update to 0.1.5. Change-Id: I6d50590dba59a0f177b73bf055a2b9c21ceadd25 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Vivien Kraus2023-10-291-2/+2
* gnu: shared-mime-info: Update to 2.3.•••* gnu/packages/freedesktop.scm (shared-mime-info): Update to 2.3. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Bruno Victal2023-10-291-2/+2
* gnu: xdgmime: Update to 0.0-2.1792967.•••* gnu/packages/freedesktop.scm (xdgmime): Update to 0.0-2.1792967. Change-Id: I5d65544ad01526157dbe553d98dc78db037546c8 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Bruno Victal2023-10-291-3/+3
* gnu: webkitgtk-with-libsoup2: Use propagated inputs from GTK3.•••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> Change-Id: I3f2bfb127da4021d3b557d15cfdae6d6f54e7935 Liliana Marie Prikler2023-10-241-1/+1
* Merge branch 'master' into gnome-team•••Change-Id: Ib6f55bebef2fb235fa59fd5442102a3e0ace3191 Liliana Marie Prikler2023-10-23132-49879/+12755
|\
| * gnu: at-spi2-core: Skip tests on powerpc-linux.•••* gnu/packages/gtk.scm (at-spi2-core)[arguments]: When building for powerpc-linux skip the custom 'check phase. Change-Id: I8c609c1cb6eb8b03746e294f7b8e3d0792c43443 Efraim Flashner2023-10-231-16/+23
| * gnu: public-inbox: Remove dependency on (guix build syscalls).•••* gnu/packages/mail.scm (public-inbox)[arguments]: Remove #:imported-modules. Remove (guix build syscalls) from #:modules. Rewrite ‘check’ phase to reap processes from the build process. [native-inputs]: Remove TINI. Ludovic Courtès2023-10-231-17/+16
| * gnu: polkit: Remove dependency on (guix build syscalls).•••Having a dependency on (guix build syscalls) this deep in the stack would make it much harder to change syscalls.scm. * gnu/packages/polkit.scm (polkit)[arguments]: Remove #:imported-modules. Remove (guix build syscalls) from #:modules. Rewrite ‘check’ phase to reap processes from the build process. [native-inputs]: Remove TINI. Ludovic Courtès2023-10-231-20/+15
| * gnu: python-dbusmock: Use ‘search-input-file’.•••* gnu/packages/python-xyz.scm (python-dbusmock)[arguments]: In ‘patch-paths’ phase, use ‘search-input-file’ instead of ‘assoc-ref’. Ludovic Courtès2023-10-231-2/+2
| * gnu: python-dbusmock: Rewrite phases as a gexp.•••* gnu/packages/python-xyz.scm (python-dbusmock)[arguments]: Use gexps. Ludovic Courtès2023-10-231-30/+32
| * gnu: python-dbusmock: Remove dependency on (guix build syscalls).•••Having a dependency on (guix build syscalls) this deep in the stack would make it much harder to change syscalls.scm. * gnu/packages/python-xyz.scm (python-dbusmock)[native-inputs]: Remove TINY. [arguments]: Remove #:imported-modules, and remove (guix build syscalls) from #:modules. Rewrite ‘check’ phase to reap processes from the build process itself. Ludovic Courtès2023-10-231-18/+16
| * gnu: python-ipykernel: Remove dependency on (guix build syscalls).•••* gnu/packages/python-xyz.scm (python-ipykernel)[arguments]: Remove #:imported-modules. Remove (guix build syscalls) from #:modules. Rewrite ‘check’ phase to reap child processes from the build process. [native-inputs]: Remove TINI. Ludovic Courtès2023-10-231-18/+13
| * gnu: mutter: Remove dependency on (guix build syscalls).•••* gnu/packages/gnome.scm (mutter)[arguments]: Remove #:imported-modules. Remove (guix build syscalls) from #:modules. Rewrite ‘check’ phase to reap processes from the build process. [native-inputs]: Remove TINI. Ludovic Courtès2023-10-231-18/+14
| * gnu: icecat: Support Guix packaged extensions and native manifests.•••* gnu/build/icecat-extension.scm: New file with a MAKE-ICECAT-EXTENSION procedure that makes sure the add-on directory is a symlink, so that Icecat can normalize it into a package store path. * gnu/local.mk (dist_patch_DATA): Register it, as well as new patches. * gnu/packages/browser-extensions.scm (ublock-origin)[properties]: Store the add-on ID so that it is accessible in MAKE-ICECAT-EXTENSION. [arguments]: Use the add-on ID as root directory. (ublock-origin/icecat): New procedure. * gnu/packages/gnuzilla.scm (icecat-minimal)[arguments]: Rewrite the unused 'apply-guix-specific-patches' phase so that it applies the following two patches. [native-search-paths]: New field. * gnu/packages/patches/icecat-compare-paths.patch: New patch that compares add-on paths (which are package store paths) to detect package changes. * gnu/packages/patches/icecat-use-system-wide-dir.patch: New patch that replaces "/usr/lib/mozilla" (the system-wide directory for extensions and native manifests) with "$ICECAT_SYSTEM_DIR". Clément Lassieur2023-10-236-13/+153
| * gnu: mpd-mpc: Really fix directory for bash completions.•••Commit 577fd21122ca50ab7594be9adf0c5c06d5b26678 contains a typo wherein a dash was used instead of an underscore. Compare for example the git package to see where completions should be installed. * gnu/packages/mpd.scm (mpd-mpc)[move-completion]: Use “etc/bash_completion.d” instead of “etc/bash-completion.d”. Liliana Marie Prikler2023-10-231-1/+1
| * gnu: emacs-haskell-snippets: Use correct directory for snippets.•••This package instructs Yasnippet to look for snippets relative to its own path. However, it installs the snippets directly to site-lisp, which as of 79cfe30f3eb10bd3dbf7aa0f6e873c945d7d0ea5 is one directory above that. Use the elpa-directory procedure introduced in that commit to rectify this mistake. * gnu/packages/emacs-xyz.scm (emacs-haskell-snippets)[#:phases] <install-snippets>: Use elpa-directory. Fixes: Wrong location for haskell snippets <https:issues.guix.gnu.org/66562> Liliana Marie Prikler2023-10-231-2/+3
| * gnu: Add rust-1.73.•••* gnu/packages/rust.scm (rust-1.73): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Change-Id: I97ab62112cd9386427d3cf8f9f6e1700492966b1 Herman Rimm2023-10-231-0/+24
| * gnu: go-github-com-alecthomas-assert: Move to (gnu packages golang-check).•••* gnu/packages/golang-check.scm (go-github-com-alecthomas-assert): Move from here... * gnu/packages/golang.scm: ... to here. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Sharlatan Hellseher2023-10-222-31/+35
| * gnu: go-golang-org-sql-mock: Move to (gnu packages golang-check).•••* gnu/packages/golang-check.scm (go-golang-org-sql-mock): Move from here... * gnu/packages/golang.scm: ... to here. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Sharlatan Hellseher2023-10-222-25/+27
| * gnu: go-golang-org-x-lint: Move to (gnu packages golang-check).•••* gnu/packages/golang-check.scm (go-golang-org-x-lint): Move from here... * gnu/packages/golang.scm: ... to here. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Sharlatan Hellseher2023-10-222-28/+28
| * gnu: go-honnef-co-go-tools: Move to (gnu packages golang-check).•••* gnu/packages/golang-check.scm (go-honnef-co-go-tools): Move from here... * gnu/packages/golang.scm: ... to here. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Sharlatan Hellseher2023-10-222-31/+36
| * gnu: go-github-com-onsi-ginkgo: Move to (gnu packages golang-check).•••* gnu/packages/golang-check.scm (go-github-com-onsi-ginkgo): Move from here... * gnu/packages/golang.scm: ... to here. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Sharlatan Hellseher2023-10-222-28/+32
| * gnu: go-github-com-google-go-cmdtest: Move to (gnu packages golang-check).•••* gnu/packages/golang-check.scm (go-github-com-google-go-cmdtest): Move from here... * gnu/packages/golang.scm: ... to here. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Sharlatan Hellseher2023-10-222-29/+31
| * gnu: go-github-com-frankban-quicktest: Move to (gnu packages golang-check).•••* gnu/packages/golang-check.scm (go-github-com-frankban-quicktest): Move from here... * gnu/packages/golang.scm: ... to here. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Sharlatan Hellseher2023-10-222-26/+27
| * gnu: go-github-com-cheekybits-is: Move to (gnu packages golang-check).•••* gnu/packages/golang-check.scm (go-github-com-cheekybits-is): Move from here... * gnu/packages/golang.scm: ... to here. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Sharlatan Hellseher2023-10-222-32/+33
| * gnu: go-github-com-google-gofuzz: Move to (gnu packages golang-check).•••* gnu/packages/golang-check.scm (go-github-com-google-gofuzz): Move from here... * gnu/packages/golang.scm: ... to here. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Sharlatan Hellseher2023-10-222-25/+25
| * gnu: go-github-com-jacobsa-ogletest: Move to (gnu packages golang-check).•••* gnu/packages/golang-check.scm (go-github-com-jacobsa-ogletest): Move from here... * gnu/packages/golang.scm: ... to here. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Sharlatan Hellseher2023-10-222-35/+36
| * gnu: go-github-com-tdewolff-test: Move to (gnu packages golang-check).•••* gnu/packages/golang-check.scm (go-github-com-tdewolff-test): Move from here... * gnu/packages/golang.scm: ... to here. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Sharlatan Hellseher2023-10-222-23/+25
| * gnu: go-gopkg-in-go-playground-assert-v1: Move to (gnu packages golang-check).•••* gnu/packages/golang-check.scm (go-gopkg-in-go-playground-assert-v1): Move from here... * gnu/packages/golang.scm: ... to here. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Sharlatan Hellseher2023-10-222-23/+24
| * gnu: go-github-com-golangplus-testing: Move to (gnu packages golang-check).•••* gnu/packages/golang.scm (go-github-com-golangplus-testing): Move from here... * gnu/packages/golang-check.scm: ... to here. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Sharlatan Hellseher2023-10-222-22/+24
| * gnu: go-github-com-jacobsa-oglematchers: Move to (gnu packages golang-check).•••* gnu/packages/golang.scm (go-github-com-jacobsa-oglematchers): Move from here... * gnu/packages/golang-check.scm: ... to here. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Sharlatan Hellseher2023-10-222-28/+28
| * gnu: go-gopkg-in-check-v1: Move to (gnu packages golang-check).•••* gnu/packages/golang.scm (go-gopkg-in-check-v1): Move from here... * gnu/packages/golang-check.scm (go-gopkg-in-check-v1): ... to here. * gnu/packages/bioinformatics.scm: Add (gnu-packages golang-check) to use-module. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Sharlatan Hellseher2023-10-223-33/+37
| * gnu: go-github-com-stretchr-testify: Remove labels.•••* gnu/packages/golang-check.scm (go-github-com-stretchr-testify): Remove input lables. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: Ibe9dcd7b55681cf6c5b76c44ef03de2e2f02bcd9 Sharlatan Hellseher2023-10-221-4/+4
| * gnu: go-github-com-jacobsa-oglemock: Move to (gnu packages golang-check)•••* gnu/packages/golang.scm (go-github-com-jacobsa-oglemock): Move from here... * gnu/packages/golang-check.scm: ... to here. * gnu/packages/file-systems.scm: Add use-module (gnu-packages golang-check). Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Sharlatan Hellseher2023-10-223-29/+32
| * gnu: go-github-com-stretchr-testify: Move to (gnu packages golang-check).•••* gnu/packages/golang.scm (go-github-com-stretchr-testify): Move from here... * gnu/packages/golang-check.scm: ...to here. * gnu/packages/databases.scm: Add (gnu packages golang-check) module. * gnu/packages/education.scm: As above... * gnu/packages/ipfs.scm: As above... * gnu/packages/irc.scm: As above... * gnu/packages/mail.scm: As above... * gnu/packages/textutils.scm: As above... * gnu/packages/version-control.scm: As above... Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Sharlatan Hellseher2023-10-229-36/+47
| * gnu: Add (gnu packages golang-check) module.•••* gnu/packages/golang-check.scm: New file. * gnu/local.mk: Add to gnu/packages/golang-check.scm scope. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Sharlatan Hellseher2023-10-222-0/+39
| * gnu: colobot: Improve package style.•••* gnu/packages/games.scm (colobot)[arguments]: Use G-expressions. <#:phases>: Remove trailing #T. [native-inputs, inputs]: Remove labels. Nicolas Goaziou2023-10-231-48/+55
| * gnu: colobot: Update to 0.2.1-alpha.•••* gnu/packages/games.scm (colobot): Update to 0.2.1-alpha. Nicolas Goaziou2023-10-231-2/+2
| * gnu: patman: Apply patch for new Change-Id setting.•••* gnu/packages/bootloaders.scm (u-boot) [source]: Apply patch. * gnu/packages/patches/u-boot-patman-change-id.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * .patman (keep_change_id): Use it. Series-changes: 3 - New commit Change-Id: I33c03013f6a260b5f5d80212b7b6ebe8a3f97efa Maxim Cournoyer2023-10-223-1/+235
| * gnu: make-opensbi-package: Set target to #false.•••* gnu/packages/firmware.scm (make-opensbi-package)[arguments]: Set target to #false. Efraim Flashner2023-10-221-0/+1
| * gnu: transanno: Don't set #:tests to #true.•••* gnu/packages/bioinformatics.scm (transanno)[arguments]: Don't set tests unconditionally to #true. Efraim Flashner2023-10-221-1/+0
| * gnu: wcslib-7.12: Remove pregenerated files.•••* gnu/packages/astronomy.scm (wcslib-7.12)[source]: Add snippet to remove pregenerated files. Efraim Flashner2023-10-221-1/+4
| * gnu: wcslib: Remove pregenerated files.•••* gnu/packages/astronomy.scm (wcslib)[source]: Add snippet to remove pregenerated files. [native-inputs]: Add flex. Efraim Flashner2023-10-221-4/+9
| * gnu: gnuastro: Update to 0.21.•••* gnu/packages/astronomy.scm (gnuastro): Update to 0.21. Efraim Flashner2023-10-221-2/+2