summary refs log tree commit diff
path: root/pkgs/tools/text/grin/default.nix
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/default.nix
parentf4965177b585f8f8345027e6169f8c87ebb441d5 (diff)
downloadnixpkgs-aca88a275e71fb356828f5eb88615590201acb74.tar
nixpkgs-aca88a275e71fb356828f5eb88615590201acb74.tar.gz
nixpkgs-aca88a275e71fb356828f5eb88615590201acb74.tar.bz2
nixpkgs-aca88a275e71fb356828f5eb88615590201acb74.tar.lz
nixpkgs-aca88a275e71fb356828f5eb88615590201acb74.tar.xz
nixpkgs-aca88a275e71fb356828f5eb88615590201acb74.tar.zst
nixpkgs-aca88a275e71fb356828f5eb88615590201acb74.zip
Specify platform compatibility for grin
Diffstat (limited to 'pkgs/tools/text/grin/default.nix')
-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 63c40e86571..638a044177f 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;
   };
 }