mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
liburcu: platforms: linux -> unix
There's probably no reason to restrict it to Linux. I can't test directly, but Hombrew does have the package. My intention is to build knot-resolver for Darwin as well.
This commit is contained in:
parent
076e265164
commit
142696de88
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Userspace RCU (read-copy-update) library";
|
||||
homepage = http://lttng.org/urcu;
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
maintainers = [ maintainers.bjornfor ];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user