forked from mirrors/nixpkgs
IPCRun, JSONXS: Enable on OS X.
This commit is contained in:
parent
455d9600e1
commit
ecc7d50e26
|
@ -4745,7 +4745,7 @@ let self = _self // overrides; _self = with self; {
|
|||
homepage = http://search.cpan.org/perldoc?CPAN::Meta::Spec;
|
||||
description = "System() and background procs w/ piping, redirs, ptys (Unix, Win32)";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -4958,7 +4958,7 @@ let self = _self // overrides; _self = with self; {
|
|||
propagatedBuildInputs = [ CommonSense ];
|
||||
meta = {
|
||||
homepage = http://search.cpan.org/perldoc?CPAN::Meta::Spec;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue