Merge pull request #16211 from mpscholten/fix-php

php: Fixed libiconv error
This commit is contained in:
Joachim Fasting 2016-06-13 22:57:58 +02:00 committed by GitHub
commit be009c90ca

View File

@ -23,8 +23,7 @@ let
configureFlags = [
"EXTENSION_DIR=$(out)/lib/php/extensions"
"--with-iconv=${libiconv}"
];
] ++ lib.optional stdenv.isDarwin "--with-iconv=${libiconv}";
flags = {