summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/text/grin
diff options
context:
space:
mode:
authorSimon Jagoe <simon@simonjagoe.com>2015-03-08 20:45:32 +0000
committerSimon Jagoe <simon@simonjagoe.com>2015-03-08 20:45:32 +0000
commitaca88a275e71fb356828f5eb88615590201acb74 (patch)
tree5da045bb9d3abab6f88e3bfbe5428b48e74ab643 /pkgs/tools/text/grin
parentf4965177b585f8f8345027e6169f8c87ebb441d5 (diff)
Specify platform compatibility for grin
Diffstat (limited to 'pkgs/tools/text/grin')
-rw-r--r--pkgs/tools/text/grin/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/text/grin/default.nix b/pkgs/tools/text/grin/default.nix
index 63c40e86571e..638a044177f3 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;
};
}