Merge pull request #16211 from mpscholten/fix-php
php: Fixed libiconv error
This commit is contained in:
commit
be009c90ca
1 changed files with 1 additions and 2 deletions
|
@ -23,8 +23,7 @@ let
|
|||
|
||||
configureFlags = [
|
||||
"EXTENSION_DIR=$(out)/lib/php/extensions"
|
||||
"--with-iconv=${libiconv}"
|
||||
];
|
||||
] ++ lib.optional stdenv.isDarwin "--with-iconv=${libiconv}";
|
||||
|
||||
flags = {
|
||||
|
||||
|
|
Loading…
Reference in a new issue