mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
wdomirror: fix build
This commit is contained in:
parent
eae1280512
commit
fa9a186ec3
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user