about summary refs log tree commit diff
path: root/pkgs/tools/misc/bdf2sfd
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-07-18 04:20:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2020-07-18 04:20:00 -0500
commitd8f8ed26090201c0f2233a5134a4f169bbf4508e (patch)
tree5909e0c48d1ff53a27b898c9f47839e107246c1a /pkgs/tools/misc/bdf2sfd
parent4484ee57f95955fbbae205e8bfaea2297413081c (diff)
bdf2sfd: add platforms
Diffstat (limited to 'pkgs/tools/misc/bdf2sfd')
-rw-r--r--pkgs/tools/misc/bdf2sfd/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/misc/bdf2sfd/default.nix b/pkgs/tools/misc/bdf2sfd/default.nix
index 06bfd2967d769..e7a9d98aaf231 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 ];
   };
 }