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:
Vladimír Čunát 2017-01-26 09:25:23 +01:00
parent 076e265164
commit 142696de88
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

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