1 { lib, stdenv, fetchurl, perl, dpkg }:
3 stdenv.mkDerivation rec {
8 url = "mirror://debian/pool/main/c/console-setup/bdf2psf_${version}_all.deb";
9 sha256 = "sha256-W7eFrzuDcjm9P2hAP7+u9YPIhCqF3pbWb9+ynmKjs5M=";
12 nativeBuildInputs = [ dpkg ];
25 substituteInPlace usr/bin/bdf2psf --replace /usr/bin/perl "${perl}/bin/perl"
26 rm usr/share/doc/bdf2psf/changelog.gz
32 description = "BDF to PSF converter";
33 homepage = "https://packages.debian.org/sid/bdf2psf";
35 Font converter to generate console fonts from BDF source fonts
37 license = licenses.gpl2Plus;
38 maintainers = with maintainers; [ rnhmjoj ];
39 platforms = platforms.all;
40 mainProgram = "bdf2psf";