* Remove nixPerl, it's obsolete.

svn path=/nixpkgs/trunk/; revision=30636
This commit is contained in:
Eelco Dolstra 2011-11-30 14:26:22 +00:00
parent 80067c9a0f
commit ccd4e55967

View File

@ -2587,17 +2587,6 @@ rec {
propagatedBuildInputs = [JSONAny Encode LWP CryptSSLeay];
};
nixPerl = buildPerlPackage {
name = "Nix-1.0pre29083";
src = fetchsvn {
url = https://svn.nixos.org/repos/nix/nix-perl/trunk;
rev = 29083;
sha256 = "02wfy4l355s57w7lrynbwx97nlxvasx3xfsn72gla0i8mg6pdgaw";
};
NIX_PREFIX = pkgs.nixUnstable;
doCheck = false; # tests currently don't work
};
NumberCompare = buildPerlPackage rec {
name = "Number-Compare-0.01";
src = fetchurl {