Specify platform compatibility for grin
This commit is contained in:
parent
f4965177b5
commit
aca88a275e
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue