1 { lib, stdenv, fetchFromGitHub, cmake }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-f3IdTk1GEo1GlbiJMCpqwheNJrndm7aCojA+GuKMTao=";
14 nativeBuildInputs = [ cmake ];
17 description = "BDF to SFD converter";
18 homepage = "https://github.com/fcambus/bdf2sfd";
19 license = licenses.bsd2;
20 platforms = platforms.all;
21 maintainers = with maintainers; [ dtzWill ];