xca: fix build

cc #23253
This commit is contained in:
Franz Pletz 2017-03-03 20:34:33 +01:00
parent 75bc511222
commit 3d2e118a55
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ makeQtWrapper pkgconfig which ];
configureFlags = [ "CXXFLAGS=-std=c++11" ];
preBuild = ''
substituteInPlace Local.mak \
--replace ${qtbase}/bin/moc ${qtbase.dev}/bin/moc \