diff --git a/pkgs/applications/window-managers/weston/default.nix b/pkgs/applications/window-managers/weston/default.nix index ffd7c241ee4..c8919c1064b 100644 --- a/pkgs/applications/window-managers/weston/default.nix +++ b/pkgs/applications/window-managers/weston/default.nix @@ -23,6 +23,11 @@ stdenv.mkDerivation rec { preConfigure = "autoreconf -vfi"; + # prevent install target to chown root weston-launch, which fails + configureFlags = '' + --disable-setuid-install + ''; + meta = { description = "Reference implementation of a Wayland compositor"; homepage = http://wayland.freedesktop.org/;