mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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