wlr-protocols: remove unused patch

It has fixed in https://gitlab.freedesktop.org/wlroots/wlr-protocols/-/merge_requests/110
This commit is contained in:
rewine 2024-01-11 13:28:57 +08:00
parent 66bda599f4
commit 88999b0f93

View File

@ -19,9 +19,6 @@ stdenv.mkDerivation rec {
substituteInPlace wlr-protocols.pc.in \
--replace '=''${pc_sysrootdir}' "=" \
--replace '=@prefix@' "=$out"
substituteInPlace Makefile \
--replace 'wlr-output-power-management-v1.xml' 'wlr-output-power-management-unstable-v1.xml'
'';
doCheck = true;