summary refs log tree commit diff
path: root/pkgs/tools/text/podiff/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/podiff/default.nix')
-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 fc9e3785cf3..ccfeabaa73b 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;
   };
 }