Skip to content

Commit

Permalink
xca: fix build
Browse files Browse the repository at this point in the history
cc #23253

(cherry picked from commit 3d2e118)
  • Loading branch information
fpletz committed Mar 3, 2017
1 parent 1b52b27 commit ed26f00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/applications/misc/xca/default.nix
Expand Up @@ -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 \
Expand Down

0 comments on commit ed26f00

Please sign in to comment.