bdf2sfd: add platforms

This commit is contained in:
Mario Rodas
2020-07-18 04:20:00 -05:00
parent 4484ee57f9
commit d8f8ed2609

View File

@@ -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 ];
};
}