aboutsummaryrefslogtreecommitdiff
path: root/tests/glob.scm
diff options
context:
space:
mode:
authorJohn Kehayias <john.kehayias@protonmail.com>2023-07-30 01:01:33 -0400
committerJohn Kehayias <john.kehayias@protonmail.com>2023-07-30 01:05:41 -0400
commitd1804ebfc927f5a34f2ad7957dac1aa4c2e2107f (patch)
tree94e4332c6a92ba3c5f68a7d21ee712fd2724101f /tests/glob.scm
parent4f0ce65b74a3d28bf6ecbe4c15052dd0de22b284 (diff)
downloadguix-d1804ebfc927f5a34f2ad7957dac1aa4c2e2107f.tar.gz
guix-d1804ebfc927f5a34f2ad7957dac1aa4c2e2107f.zip
gnu: mutter: Fix build.
With newer versions of Mesa, a test in ensure_bits_initialized fails. Fixed upstream in newer versions of mutter. See <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3047>. * gnu/packages/gnome.scm (mutter)[source]: Add patch. * gnu/packages/patches/mutter-fix-inverted-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
Diffstat (limited to 'tests/glob.scm')
0 files changed, 0 insertions, 0 deletions
d>2022-12-25services: wireguard: Allow specifying pre-shared keys.Timo Wilken * gnu/services/vpn.scm (<wireguard-peer>)[preshared-key]: New field. * doc/guix.texi (VPN Services): Document it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> 2022-12-09services: wireguard: Use the parameterized wireguard package.EuAndreh * gnu/services/vpn.scm (wireguard-activation): Use the "wg" binary from the package given to <wireguard-configuration>. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>