Skip to content

Commit 142696d

Browse files
committedJan 26, 2017
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.
1 parent 076e265 commit 142696d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎pkgs/development/libraries/liburcu/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
1313
description = "Userspace RCU (read-copy-update) library";
1414
homepage = http://lttng.org/urcu;
1515
license = licenses.lgpl21Plus;
16-
platforms = platforms.linux;
16+
platforms = platforms.unix;
1717
maintainers = [ maintainers.bjornfor ];
1818
};
1919

0 commit comments

Comments
 (0)
Please sign in to comment.