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-QXjORfwPxNF9iWF29YcVyT2EAwcR4UQjF4Zv7dPMC9c=";
12 nativeBuildInputs = [ dpkg ];
24 substituteInPlace usr/bin/bdf2psf --replace /usr/bin/perl ${perl}/bin/perl
30 description = "BDF to PSF converter";
31 homepage = "https://packages.debian.org/sid/bdf2psf";
33 Font converter to generate console fonts from BDF source fonts
35 license = licenses.gpl2Plus;
36 maintainers = with maintainers; [ rnhmjoj vrthra ];
37 platforms = platforms.unix;