mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
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;
|
homepage = http://search.cpan.org/perldoc?CPAN::Meta::Spec;
|
||||||
description = "System() and background procs w/ piping, redirs, ptys (Unix, Win32)";
|
description = "System() and background procs w/ piping, redirs, ptys (Unix, Win32)";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
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 ];
|
propagatedBuildInputs = [ CommonSense ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://search.cpan.org/perldoc?CPAN::Meta::Spec;
|
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 New Issue
Block a user