bdf2sfd: add platforms

This commit is contained in:
Mario Rodas 2020-07-18 04:20:00 -05:00
parent 4484ee57f9
commit d8f8ed2609
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027

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