From d8f8ed26090201c0f2233a5134a4f169bbf4508e Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 18 Jul 2020 04:20:00 -0500 Subject: [PATCH] bdf2sfd: add platforms --- pkgs/tools/misc/bdf2sfd/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/misc/bdf2sfd/default.nix b/pkgs/tools/misc/bdf2sfd/default.nix index 06bfd2967d7..e7a9d98aaf2 100644 --- a/pkgs/tools/misc/bdf2sfd/default.nix +++ b/pkgs/tools/misc/bdf2sfd/default.nix @@ -17,6 +17,7 @@ stdenv.mkDerivation rec { description = "BDF to SFD converter"; homepage = "https://github.com/fcambus/bdf2sfd"; license = licenses.bsd2; + platforms = platforms.all; maintainers = with maintainers; [ dtzWill ]; }; }