diff --git a/pkgs/development/libraries/nanomsg/default.nix b/pkgs/development/libraries/nanomsg/default.nix index 4d9e49a54d92..89fdd334f954 100644 --- a/pkgs/development/libraries/nanomsg/default.nix +++ b/pkgs/development/libraries/nanomsg/default.nix @@ -18,6 +18,6 @@ stdenv.mkDerivation rec { description= "Socket library that provides several common communication patterns"; homepage = http://nanomsg.org/; license = licenses.mit; - platforms = platforms.linux; + platforms = platforms.unix; }; }