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 -1
+1 -1
pkgs/development/libraries/liburcu/default.nix
··· 13 13 description = "Userspace RCU (read-copy-update) library"; 14 14 homepage = http://lttng.org/urcu; 15 15 license = licenses.lgpl21Plus; 16 - platforms = platforms.linux; 16 + platforms = platforms.unix; 17 17 maintainers = [ maintainers.bjornfor ]; 18 18 }; 19 19