3
0
Fork 0
forked from mirrors/nixpkgs

Enable perl-libwww-perl-6.05 on OS X

I see no reason not to enable it, and doing so enables installing
git.
This commit is contained in:
Frerich Raabe 2014-08-07 21:46:02 +02:00 committed by Rok Garbas
parent 4ec55e64e0
commit bdf5f45356

View file

@ -5054,7 +5054,7 @@ let self = _self // overrides; _self = with self; {
meta = {
description = "The World-Wide Web library for Perl";
license = "perl";
platforms = stdenv.lib.platforms.linux;
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
};
};