* Drop the "_configurable" from the name of the PHP package, it's

ugly.

svn path=/nixpkgs/trunk/; revision=27830
This commit is contained in:
Eelco Dolstra 2011-07-18 20:50:59 +00:00
parent b9d382c2dd
commit 5152d0148e
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ composableDerivation {} ( fixed : let inherit (fixed.fixed) version; in {
version = "5.2.14";
name = "php_configurable-${version}";
name = "php-${version}";
buildInputs = ["flex" "bison" "pkgconfig"];

View File

@ -10,7 +10,7 @@ composableDerivation {} ( fixed : let inherit (fixed.fixed) version; in {
version = "5.3.6";
name = "php_configurable-${version}";
name = "php-${version}";
buildInputs = ["flex" "bison" "pkgconfig"];