Modifying nanomsg to build under unix, to support Mac OS X.

+1 -1
+1 -1
pkgs/development/libraries/nanomsg/default.nix
··· 18 18 description= "Socket library that provides several common communication patterns"; 19 19 homepage = http://nanomsg.org/; 20 20 license = licenses.mit; 21 - platforms = platforms.linux; 21 + platforms = platforms.unix; 22 22 }; 23 23 }