From f4391744ed29a15f8f841656f38fa4fcff34b0f2 Mon Sep 17 00:00:00 2001 From: Ben Siraphob Date: Thu, 4 Mar 2021 14:29:36 +0700 Subject: [PATCH] fanficfare: expand platforms to unix --- pkgs/tools/text/fanficfare/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/text/fanficfare/default.nix b/pkgs/tools/text/fanficfare/default.nix index e4ce7cde7d2..5fb70f63dc3 100644 --- a/pkgs/tools/text/fanficfare/default.nix +++ b/pkgs/tools/text/fanficfare/default.nix @@ -22,7 +22,7 @@ python3Packages.buildPythonApplication rec { description = "Tool for making eBooks from fanfiction web sites"; homepage = "https://github.com/JimmXinu/FanFicFare"; license = licenses.gpl3; - platforms = platforms.linux; + platforms = platforms.unix; maintainers = with maintainers; [ dwarfmaster ]; }; }