re-introduce phpXdebug as phpPackages.xdebug and bump to 2.2.5

this uses buildPecl now.
This commit is contained in:
Vladimir Kirillov
2014-05-07 14:18:18 +03:00
parent cdf7d6a66f
commit 16e7ae3b10
3 changed files with 8 additions and 47 deletions
+8
View File
@@ -32,4 +32,12 @@ let self = with self; {
buildInputs = [ pkgs.cyrus_sasl ];
};
xdebug = buildPecl rec {
name = "xdebug-2.2.5";
src = pkgs.fetchurl {
url = "http://pecl.php.net/get/${name}.tgz";
sha256 = "0vss35da615709kdvqji8pblckfvmabmj2njjjz6h8zzvj9gximd";
};
};
}; in self