Merge branch 'pr-17426' into staging

This commit is contained in:
Thomas Tuegel 2016-08-02 09:29:54 -05:00
commit eab92e6ecd
1 changed files with 2 additions and 0 deletions

View File

@ -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}"