mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
phpPackags.gettext: configureFlags should be a list
This commit is contained in:
parent
c11d10fc6a
commit
2af38d76fe
@ -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…
Reference in New Issue
Block a user