about summary refs log tree commit diff
path: root/pkgs/development/libraries/liburcu
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2017-01-26 09:25:23 +0100
committerVladimír Čunát <vcunat@gmail.com>2017-01-26 09:26:51 +0100
commit142696de884213e01cc518af813a20d2e2ece3cc (patch)
tree84fdde8e1c842619a94469ea1142815c57ef5d01 /pkgs/development/libraries/liburcu
parent076e2651641d9ae706c581e7c8755b1c5c8d7962 (diff)
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.
Diffstat (limited to 'pkgs/development/libraries/liburcu')
-rw-r--r--pkgs/development/libraries/liburcu/default.nix2
1 files changed, 1 insertions, 1 deletions
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 ];
   };