3
0
Fork 0
forked from mirrors/nixpkgs

IPCRun, JSONXS: Enable on OS X.

This commit is contained in:
Marcus Crestani 2015-01-08 09:20:51 +01:00 committed by Marcus Crestani
parent 455d9600e1
commit ecc7d50e26

View file

@ -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;
};
};