phpPackags.gettext: configureFlags should be a list

wip/yesman
Jörg Thalheim 3 years ago
parent c11d10fc6a
commit 2af38d76fe
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92
  1. 2
      pkgs/top-level/php-packages.nix

@ -310,7 +310,7 @@ lib.makeScope pkgs.newScope (self: with self; {
})
];
postPhpize = ''substituteInPlace configure --replace 'as_fn_error $? "Cannot locate header file libintl.h" "$LINENO" 5' ':' '';
configureFlags = "--with-gettext=${gettext}"; }
configureFlags = [ "--with-gettext=${gettext}" ]; }
{ name = "gmp";
buildInputs = [ gmp ];
configureFlags = [ "--with-gmp=${gmp.dev}" ]; }

Loading…
Cancel
Save