about summary refs log tree commit diff
path: root/pkgs/tools/text/podiff
diff options
context:
space:
mode:
authorCillian de Róiste <goibhniu@fsfe.org>2014-03-16 12:08:26 +0100
committerCillian de Róiste <goibhniu@fsfe.org>2014-03-16 12:08:26 +0100
commitb57ee8c33104523cd64426dd77770f0adc9731b3 (patch)
treecc11c9576ce7ac3f6ac69c7db71e08615b9f17a0 /pkgs/tools/text/podiff
parent37c42c16a478384c059130fd3d70ee0ee6fe2c7f (diff)
nixpkgs-lint: add the platforms meta attr for most of my packages
Diffstat (limited to 'pkgs/tools/text/podiff')
-rw-r--r--pkgs/tools/text/podiff/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/text/podiff/default.nix b/pkgs/tools/text/podiff/default.nix
index fc9e3785cf3e3..ccfeabaa73bd0 100644
--- a/pkgs/tools/text/podiff/default.nix
+++ b/pkgs/tools/text/podiff/default.nix
@@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
     homepage = http://puszcza.gnu.org.ua/software/podiff;
     license = licenses.gpl3Plus;
     maintainers = [ maintainers.goibhniu ];
+    platforms = platforms.linux;
   };
 }