lol

xorg.bdftopcf: 1.0.5 -> 1.1

+10 -6
+5 -5
pkgs/servers/x11/xorg/default.nix
··· 44 44 }) // {inherit libX11 xproto libXt ;}; 45 45 46 46 bdftopcf = (mkDerivation "bdftopcf" { 47 - name = "bdftopcf-1.0.5"; 47 + name = "bdftopcf-1.1"; 48 48 builder = ./builder.sh; 49 49 src = fetchurl { 50 - url = mirror://xorg/individual/app/bdftopcf-1.0.5.tar.bz2; 51 - sha256 = "09i03sk878cmx2i40lkpsysn7zqcvlczb30j7x3lryb11jz4gx1q"; 50 + url = mirror://xorg/individual/app/bdftopcf-1.1.tar.bz2; 51 + sha256 = "18hiscgljrz10zjcws25bis32nyrg3hzgmiq6scrh7izqmgz0kab"; 52 52 }; 53 53 nativeBuildInputs = [ pkgconfig ]; 54 - buildInputs = [ libXfont ]; 54 + buildInputs = [ ]; 55 55 meta.platforms = stdenv.lib.platforms.unix; 56 - }) // {inherit libXfont ;}; 56 + }) // {inherit ;}; 57 57 58 58 bigreqsproto = (mkDerivation "bigreqsproto" { 59 59 name = "bigreqsproto-1.1.2";
+4
pkgs/servers/x11/xorg/overrides.nix
··· 24 24 compose = f: g: x: f (g x); 25 25 in 26 26 { 27 + bdftopcf = attrs: attrs // { 28 + buildInputs = attrs.buildInputs ++ [ xorg.xproto xorg.fontsproto ]; 29 + }; 30 + 27 31 encodings = attrs: attrs // { 28 32 buildInputs = attrs.buildInputs ++ [ xorg.mkfontscale ]; 29 33 };
+1 -1
pkgs/servers/x11/xorg/tarballs-7.7.list
··· 1 1 mirror://xorg/X11R7.7/src/everything/applewmproto-1.4.2.tar.bz2 2 - mirror://xorg/individual/app/bdftopcf-1.0.5.tar.bz2 2 + mirror://xorg/individual/app/bdftopcf-1.1.tar.bz2 3 3 mirror://xorg/X11R7.7/src/everything/bigreqsproto-1.1.2.tar.bz2 4 4 mirror://xorg/X11R7.7/src/everything/compositeproto-0.4.2.tar.bz2 5 5 mirror://xorg/X11R7.7/src/everything/damageproto-1.2.1.tar.bz2