mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
Merge pull request #16211 from mpscholten/fix-php
php: Fixed libiconv error
This commit is contained in:
commit
be009c90ca
@ -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 New Issue
Block a user