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:
parent
4ec55e64e0
commit
bdf5f45356
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue