Merge pull request #186434 from NickCao/wlr-protocols
This commit is contained in:
commit
a7067a4479
1 changed files with 2 additions and 4 deletions
|
@ -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=" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue