Merge pull request #280190 from wineee/protocols

wlr-protocols: remove unused patch
This commit is contained in:
Jörg Thalheim 2024-01-11 08:49:31 +01:00 committed by GitHub
commit c37b6deb48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;