1 { lib, stdenv, fetchurl }:
3 stdenv.mkDerivation rec {
8 url = "http://openlab.ring.gr.jp/efont/dist/tools/bdfresize/${pname}-${version}.tar.gz";
9 hash = "sha256-RAz8BiCgI35GNSwUoHdMqj8wWXWbCiDe/vyU6EkIl6Y=";
12 patches = [ ./remove-malloc-declaration.patch ];
15 description = "Tool to resize BDF fonts";
16 homepage = "http://openlab.ring.gr.jp/efont/dist/tools/bdfresize/";
17 license = licenses.gpl2Only;
18 maintainers = with maintainers; [ malvo ];