From d5ac8b4bb0de37d1a3580bdbd1a59f99d60daf79 Mon Sep 17 00:00:00 2001 From: Ben Siraphob Date: Thu, 4 Mar 2021 14:26:30 +0700 Subject: [PATCH] podiff: expand platforms to unix --- pkgs/tools/text/podiff/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/text/podiff/default.nix b/pkgs/tools/text/podiff/default.nix index 8db0085a70e7..2078c75f1362 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; }; }