aboutsummaryrefslogtreecommitdiff
path: root/tests/accounts.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-01-04 02:27:37 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2022-01-04 05:39:00 +0100
commit91f1ce1ddaccf339f4f06a16ef3cc581331c2d42 (patch)
tree0d3826a1769b28129f032c962a2e4b08e0c37126 /tests/accounts.scm
parente9a5b1eeb3d06bddb062aeacda0f1dfdf7546211 (diff)
downloadguix-91f1ce1ddaccf339f4f06a16ef3cc581331c2d42.tar.gz
guix-91f1ce1ddaccf339f4f06a16ef3cc581331c2d42.zip
gnu: Add perl-app-xml-docbook-builder.
* gnu/packages/perl.scm (perl-app-xml-docbook-builder): New public variable.
Diffstat (limited to 'tests/accounts.scm')
0 files changed, 0 insertions, 0 deletions
9-05 19:50:46 -0400'>2023-09-05gnu: arcan: Use new style arguments....* gnu/packages/arcan.scm (arcan)[arguments]: Use new style arguments. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Ahmad Draidi 2023-09-05gnu: arcan: Fix paths handling....This patch removes the wrapper and the propagated environment variables (through 'native-search-paths') and instead patches the paths inside the source code. This fixes path handling, which seems to be broken now. It also allows us to use 'setuid', which is required for some features, and lets the app use its internal path handling criteria, which some dependent apps expect. * gnu/packages/arcan.scm (arcan): Fix paths handling. [arguments]: Add 'patch-paths' phase. Remove 'wrap-program' phase. [native-search-paths]: Remove. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Ahmad Draidi 2023-09-05gnu: arcan: Build all features....* gnu/packages/arcan.scm (arcan): Build all features. [arguments]: Use #:configure-flags "-DBUILD_PRESET=everything" to build all features, and "-DDISTR_TAG='Guix'" to tag the builds. [synopsis]: Remove '(egl-dri)' since it indicates a specific feature. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Ahmad Draidi 2023-09-05gnu: arcan: Update to 0.6.2.1....* gnu/packages/arcan.scm (arcan): Update to 0.6.2.1. [use-modules]: Remove no longer used package imports and add ones for new dependencies. Add '(guix gexp)' for snippet. [source]: Use version instead of commit, and add snippet to remove some bundled packages. [arguments]: Remove 'fix-cmake-paths' phase since it's no longer needed. [inputs]: Remove apr, glib, glu, lzip, pcre. Add bash-minimal, espeak, gumbo-parser, jbig2dec, libjpeg-turbo, libseccomp, libvnc, mupdf, openjpeg, sdl2, wayland, wayland-protocols, xcb-util, xcb-util-wm, zlib. Replace ffmpeg-4 with ffmpeg. Change luajit label to fix lint. Update vendored openal to 0.6.2. Sort inputs by name. [description]: Change description to closely match upstream for accuracy. [license]: Add new and missing licenses. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Ahmad Draidi 2023-09-05gnu: xarcan: Fix indentation....* gnu/packages/arcan.scm (xarcan): Fix indentation. Maxim Cournoyer 2023-09-05gnu: xarcan: Update to 0.6.1....* gnu/packages/arcan.scm (xarcan): Update to 0.6.1. [use-modules]: Remove no longer used '(guix build-system gnu)' and add '(guix build-system meson)'. Add '(gnu packages fonts)', '(gnu packages onc-rpc)' for new dependencies and '(guix gexp)' for arguments. [source]: Use version instead of commit, and update hash. [build-system]: Switch to 'meson-build-system' since this is what's used upstream now. [arguments]: Use new configuration flags for the new build system. Switch to new arguments style. [inputs]: Add font-dejavu, libtirpc, libxshmfence, xcb-util, xcb-util-wm. Replace libressl with openssl. Sort inputs by name. [license]: Add 3-Clause BSD license. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Ahmad Draidi