about summary refs log tree commit diff
path: root/pkgs/tools/text/podiff
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-03-04 14:26:30 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-03-06 21:00:49 +0700
commitd5ac8b4bb0de37d1a3580bdbd1a59f99d60daf79 (patch)
treeeb500bf94090bb2bf70c9360bf7ee1dc808118a9 /pkgs/tools/text/podiff
parent53b2713f2f3079323ceaf6526fa90e84ec6beb6f (diff)
podiff: expand platforms to unix
Diffstat (limited to 'pkgs/tools/text/podiff')
-rw-r--r--pkgs/tools/text/podiff/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/podiff/default.nix b/pkgs/tools/text/podiff/default.nix
index 8db0085a70e76..2078c75f1362a 100644
--- a/pkgs/tools/text/podiff/default.nix
+++ b/pkgs/tools/text/podiff/default.nix
@@ -20,6 +20,6 @@ stdenv.mkDerivation {
     homepage = "http://puszcza.gnu.org.ua/software/podiff";
     license = licenses.gpl3Plus;
     maintainers = [ maintainers.goibhniu ];
-    platforms = platforms.linux;
+    platforms = platforms.unix;
   };
 }