From aca88a275e71fb356828f5eb88615590201acb74 Mon Sep 17 00:00:00 2001 From: Simon Jagoe Date: Sun, 8 Mar 2015 20:45:32 +0000 Subject: Specify platform compatibility for grin --- pkgs/tools/text/grin/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/tools/text/grin/default.nix') diff --git a/pkgs/tools/text/grin/default.nix b/pkgs/tools/text/grin/default.nix index 63c40e86571..638a044177f 100644 --- a/pkgs/tools/text/grin/default.nix +++ b/pkgs/tools/text/grin/default.nix @@ -15,5 +15,6 @@ pythonPackages.buildPythonPackage rec { meta = { homepage = https://pypi.python.org/pypi/grin; description = "A grep program configured the way I like it."; + platform = stdenv.lib.platforms.all; }; } -- cgit 1.4.1