Specify platform compatibility for grin

This commit is contained in:
Simon Jagoe 2015-03-08 20:45:32 +00:00
parent f4965177b5
commit aca88a275e

View file

@ -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;
};
}