Skip to content

Commit

Permalink
cmake: add support for cxxtest
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Dehos committed Aug 1, 2016
1 parent 9494b76 commit 5286c0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/tools/build-managers/cmake/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ stdenv.mkDerivation rec {
--subst-var-by glibc_bin ${getBin glibc} \
--subst-var-by glibc_dev ${getDev glibc} \
--subst-var-by glibc_lib ${getLib glibc}
substituteInPlace Modules/FindCxxTest.cmake \
--replace "$""{PYTHON_EXECUTABLE}" ${stdenv.shell}
'';
configureFlags =
[ "--docdir=share/doc/${name}"
Expand Down

0 comments on commit 5286c0a

Please sign in to comment.