php53: restore nix gd version
This commit is contained in:
parent
6ae1241934
commit
a7746e3585
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ composableDerivation.composableDerivation {} ( fixed : let inherit (fixed.fixed)
|
|||
|
||||
gd = {
|
||||
configureFlags = [
|
||||
"--with-gd"
|
||||
"--with-gd=${gd}"
|
||||
"--with-freetype-dir=${freetype}"
|
||||
"--with-png-dir=${libpng}"
|
||||
"--with-jpeg-dir=${libjpeg}"
|
||||
|
|
Loading…
Reference in a new issue