kwin: Fix build with qt 5.10

This commit is contained in:
adisbladis 2018-01-16 21:38:07 +08:00
parent b72de3e286
commit ec9ae46684
No known key found for this signature in database
GPG Key ID: ED58F95069B004F5

View File

@ -30,8 +30,8 @@ mkDerivation {
];
outputs = [ "bin" "dev" "out" ];
patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
NIX_CFLAGS_COMPILE = [
''-DNIXPKGS_XWAYLAND="${lib.getBin xwayland}/bin/Xwayland"''
CXXFLAGS = [
''-DNIXPKGS_XWAYLAND=\"${lib.getBin xwayland}/bin/Xwayland\"''
];
cmakeFlags = [ "-DCMAKE_SKIP_BUILD_RPATH=OFF" ];
postInstall = ''