libck: enable on darwin

This commit is contained in:
Mario Rodas 2020-10-08 04:20:00 +00:00
parent 9677cbc5b6
commit 6d755c6082
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
''; '';
license = with licenses; [ asl20 bsd2 ]; license = with licenses; [ asl20 bsd2 ];
homepage = "http://concurrencykit.org/"; homepage = "http://concurrencykit.org/";
platforms = platforms.linux; platforms = platforms.unix;
maintainers = with maintainers; [ chessai ]; maintainers = with maintainers; [ chessai ];
}; };
} }