From cdfa92184d9a88d9fce213d2ea603952c2b46ecc Mon Sep 17 00:00:00 2001 From: Dan Peebles Date: Thu, 9 Mar 2017 15:10:47 -0500 Subject: pythonPackages.blockdiag: enable on Darwin and other unixes Seemed to work fine on Darwin --- pkgs/top-level/python-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs') diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 70ed8297ff1f..ad065148f74a 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -2991,7 +2991,7 @@ in { description = "Generate block-diagram image from spec-text file (similar to Graphviz)"; homepage = http://blockdiag.com/; license = licenses.asl20; - platforms = platforms.linux; + platforms = platforms.unix; maintainers = with maintainers; [ bjornfor ]; }; }; -- cgit 1.4.1