This was submitted upstream https://github.com/openbios/openbios/pull/12 diff --git a/config/scripts/switch-arch b/config/scripts/switch-arch index b5acc6c..a96ef4b 100755 --- a/config/scripts/switch-arch +++ b/config/scripts/switch-arch @@ -38,7 +38,8 @@ longbits() if test "$cpu" = "sparc64" -o "$cpu" = "ia64" \ -o "$cpu" = "amd64" -o "$cpu" = "x86_64" \ -o "$cpu" = "powerpc64" -o "$cpu" = "ppc64" \ - -o "$cpu" = "ppc64le" -o "$cpu" = "alpha" ; then + -o "$cpu" = "ppc64le" -o "$cpu" = "alpha" \ + -o "$cpu" = "aarch64" -o "$cpu" = "riscv64" ; then echo 64 else echo 32 17aa15de4'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gtk.scm
AgeCommit message (Expand)Author
2023-07-30gnu: cairomm: Update to 1.16.2....* gnu/packages/gtk.scm (cairomm): Update to 1.16.2. [source]: Hard-code NAME. Tobias Geerinckx-Rice
2023-07-20gnu: pango: Support build for the Hurd....* gnu/packages/gtk.scm (pango)[native-inputs]: Do not include gobject-introspection when building for the Hurd. Janneke Nieuwenhuizen
2023-07-20gnu: harfbuzz: Support build for the Hurd....* gnu/packages/gtk.scm (harfbuzz)[native-inputs]: Do not include gobject-introspection when building for the Hurd. Janneke Nieuwenhuizen
2023-07-20gnu: cairo: Support building for the Hurd....Gobject-introspection and libdrm does not build for the Hurd. Poppler depends on nss, which does not build for the Hurd. * gnu/packages/gtk.scm (cairo)[native-inputs]: When building for the Hurd, do not include gobject-introspection. [inputs]: Likewise, do not include libdrm, poppler. Janneke Nieuwenhuizen
2023-07-16gnu: spread-sheet-widget: Omit static library....* gnu/packages/gtk.scm (spread-sheet-widget)[arguments]: Add "--disable-static" to #:configure-flags. Tobias Geerinckx-Rice
2023-07-16gnu: spread-sheet-widget: Update to 0.8....* gnu/packages/gtk.scm (spread-sheet-widget): Update to 0.8. Tobias Geerinckx-Rice
2023-07-17gnu: Remove harfbuzz-5....As this package definition is redundant, harfbuzz is version 5.3.1. * gnu/packages/gtk.scm (harfbuzz-5): Remove. * gnu/packages/libreoffice.scm (libreoffice)[inputs]: Replace harfbuzz-5 with harfbuzz. * gnu/packages/qt.scm (qtwebengine)[inputs]: Remove redundant replace. Christopher Baines
2023-05-07gnu: gdk-pixbuf: Adjust skipped failing tests....* gnu/packages/gtk.scm (gdk-pixbuf)[arguments]: In 'disable-failing-tests phase skip a different test. Efraim Flashner
2023-05-03gnu: gtksourceview: Update to 5.8.0....* gnu/packages/gtk.scm (gtksourceview): Update to 5.8.0. Efraim Flashner