wdomirror: fix build

This commit is contained in:
Anthony Roussel 2022-09-10 15:18:21 +02:00 committed by GitHub
parent eae1280512
commit fa9a186ec3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,8 +40,14 @@ stdenv.mkDerivation {
runHook postInstall
'';
postPatch = ''
substituteInPlace meson.build \
--replace "werror=true" "werror=false"
'';
meta = with lib; {
description = "Mirrors an output of a wlroots compositor to a window";
homepage = "https://github.com/progandy/wdomirror";
license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [ jpas ];