mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-02 17:09:09 +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' ':' '';
|
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";
|
{ name = "gmp";
|
||||||
buildInputs = [ gmp ];
|
buildInputs = [ gmp ];
|
||||||
configureFlags = [ "--with-gmp=${gmp.dev}" ]; }
|
configureFlags = [ "--with-gmp=${gmp.dev}" ]; }
|
||||||
|
Loading…
Reference in New Issue
Block a user