From 0806fcb901ac1035836fa6990b926cefcab10b16 Mon Sep 17 00:00:00 2001 From: Zhong Jianxin Date: Mon, 24 Jan 2022 10:03:45 +0800 Subject: [PATCH] fig2dev: Set platforms to unix --- pkgs/applications/graphics/fig2dev/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/graphics/fig2dev/default.nix b/pkgs/applications/graphics/fig2dev/default.nix index 8fa85803bfd8..a1d414018f8c 100644 --- a/pkgs/applications/graphics/fig2dev/default.nix +++ b/pkgs/applications/graphics/fig2dev/default.nix @@ -36,7 +36,7 @@ stdenv.mkDerivation rec { description = "Tool to convert Xfig files to other formats"; homepage = "http://mcj.sourceforge.net/"; license = licenses.xfig; - platforms = platforms.linux; + platforms = platforms.unix; maintainers = with maintainers; [ lesuisse ]; }; }