From 142696de884213e01cc518af813a20d2e2ece3cc Mon Sep 17 00:00:00 2001 From: Vladimír Čunát Date: Thu, 26 Jan 2017 09:25:23 +0100 Subject: 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. --- pkgs/development/libraries/liburcu/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/libraries/liburcu') diff --git a/pkgs/development/libraries/liburcu/default.nix b/pkgs/development/libraries/liburcu/default.nix index 29765f0706645..b31ced11c6ceb 100644 --- a/pkgs/development/libraries/liburcu/default.nix +++ b/pkgs/development/libraries/liburcu/default.nix @@ -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 ]; }; -- cgit 1.4.1