about summary refs log tree commit diff
path: root/pkgs/development/interpreters/php
diff options
context:
space:
mode:
authorJason "Don" O'Conal <lovek323@gmail.com>2013-06-20 17:45:29 +1000
committerJason "Don" O'Conal <lovek323@gmail.com>2013-06-20 19:58:00 +1000
commita7746e3585cbdf437c57f43fa50750a1bc6c3c11 (patch)
tree7ff6fdf63c47b69c58d1471227a06a0d56f5f11c /pkgs/development/interpreters/php
parent6ae1241934323fc04badab567ed64875fb51ba85 (diff)
downloadnixlib-a7746e3585cbdf437c57f43fa50750a1bc6c3c11.tar
nixlib-a7746e3585cbdf437c57f43fa50750a1bc6c3c11.tar.gz
nixlib-a7746e3585cbdf437c57f43fa50750a1bc6c3c11.tar.bz2
nixlib-a7746e3585cbdf437c57f43fa50750a1bc6c3c11.tar.lz
nixlib-a7746e3585cbdf437c57f43fa50750a1bc6c3c11.tar.xz
nixlib-a7746e3585cbdf437c57f43fa50750a1bc6c3c11.tar.zst
nixlib-a7746e3585cbdf437c57f43fa50750a1bc6c3c11.zip
php53: restore nix gd version
Diffstat (limited to 'pkgs/development/interpreters/php')
-rw-r--r--pkgs/development/interpreters/php/5.3.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/php/5.3.nix b/pkgs/development/interpreters/php/5.3.nix
index a6f5964091f8..347a374ffcc3 100644
--- a/pkgs/development/interpreters/php/5.3.nix
+++ b/pkgs/development/interpreters/php/5.3.nix
@@ -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}"