Specify platform compatibility for grin
This commit is contained in:
@@ -15,5 +15,6 @@ pythonPackages.buildPythonPackage rec {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = https://pypi.python.org/pypi/grin;
|
homepage = https://pypi.python.org/pypi/grin;
|
||||||
description = "A grep program configured the way I like it.";
|
description = "A grep program configured the way I like it.";
|
||||||
|
platform = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user