From 00a94745948159700516e559cc0cf5e6c69429a3 Mon Sep 17 00:00:00 2001 From: Jason Ziglar Date: Tue, 2 Feb 2016 22:43:26 -0500 Subject: [PATCH] Modifying nanomsg to build under unix, to support Mac OS X. --- pkgs/development/libraries/nanomsg/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/nanomsg/default.nix b/pkgs/development/libraries/nanomsg/default.nix index 4d9e49a54d9..89fdd334f95 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; }; }