Merge pull request #186434 from NickCao/wlr-protocols

This commit is contained in:
Sandro 2022-08-14 02:05:52 +02:00 committed by GitHub
commit a7067a4479
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
};
strictDeps = true;
checkInputs = [ wayland-scanner ];
nativeBuildInputs = [ wayland-scanner ];
patchPhase = ''
substituteInPlace wlr-protocols.pc.in \
@ -25,9 +25,7 @@ stdenv.mkDerivation rec {
'';
doCheck = true;
checkPhase = ''
make check
'';
checkTarget = "check";
installFlags = [ "DESTDIR=$(out)" "PREFIX=" ];