17 gobject-introspection,
18 gsettings-desktop-schemas,
23 stdenv.mkDerivation rec {
28 url = "https://birdfont.org/releases/birdfont-${version}.tar.xz";
29 sha256 = "sha256-NNw7203BtHhNyyQezb3/EP98cTsu7ABDFBnM5Ms2ePY=";
50 gsettings-desktop-schemas
54 substituteInPlace install.py \
55 --replace 'platform.version()' '"Nix"'
60 buildPhase = "./build.py";
62 installPhase = "./install.py";
65 description = "Font editor which can generate fonts in TTF, EOT, SVG and BIRDFONT format";
66 homepage = "https://birdfont.org";
67 license = licenses.gpl3;
68 maintainers = with maintainers; [ dtzWill ];