Skip to content

Commit

Permalink
Merge pull request #16211 from mpscholten/fix-php
Browse files Browse the repository at this point in the history
php: Fixed libiconv error
  • Loading branch information
joachifm committed Jun 13, 2016
2 parents 96fc1e1 + d1219ba commit be009c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/development/interpreters/php/default.nix
Expand Up @@ -23,8 +23,7 @@ let

configureFlags = [
"EXTENSION_DIR=$(out)/lib/php/extensions"
"--with-iconv=${libiconv}"
];
] ++ lib.optional stdenv.isDarwin "--with-iconv=${libiconv}";

flags = {

Expand Down

0 comments on commit be009c9

Please sign in to comment.