forked from mirrors/nixpkgs
nixosTests.tinywl: fix by adding Mesa drivers
Required since upstream commit 49738406 ("render: don't fall back to Pixman if we have a render node").
This commit is contained in:
parent
54c3b0f1da
commit
c5c30274a3
|
@ -16,6 +16,8 @@ import ./make-test-python.nix ({ pkgs, lib, ... }:
|
|||
systemPackages = with pkgs; [ tinywl foot wayland-utils ];
|
||||
};
|
||||
|
||||
hardware.opengl.enable = true;
|
||||
|
||||
# Automatically start TinyWL when logging in on tty1:
|
||||
programs.bash.loginShellInit = ''
|
||||
if [ "$(tty)" = "/dev/tty1" ]; then
|
||||
|
|
Loading…
Reference in a new issue