* Drop the "_configurable" from the name of the PHP package, it's
ugly. svn path=/nixpkgs/trunk/; revision=27830
This commit is contained in:
parent
b9d382c2dd
commit
5152d0148e
@ -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"];
|
||||
|
||||
|
@ -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"];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user