Skip to content

Commit

Permalink
xca: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Mar 3, 2017
1 parent 75bc511 commit 3d2e118
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/applications/misc/xca/default.nix
Original file line number Diff line number Diff line change
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 3d2e118

Please sign in to comment.