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