Skip to content

Commit

Permalink
liburcu: platforms: linux -> unix
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
vcunat committed Jan 26, 2017
1 parent 076e265 commit 142696d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/liburcu/default.nix
Expand Up @@ -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 ];
};

Expand Down

0 comments on commit 142696d

Please sign in to comment.