forked from mirrors/nixpkgs
xorg.bdftopcf: 1.0.5 -> 1.1
This commit is contained in:
parent
0ebb3e3926
commit
f6fe84d15d
|
@ -44,16 +44,16 @@ let
|
|||
}) // {inherit libX11 xproto libXt ;};
|
||||
|
||||
bdftopcf = (mkDerivation "bdftopcf" {
|
||||
name = "bdftopcf-1.0.5";
|
||||
name = "bdftopcf-1.1";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = mirror://xorg/individual/app/bdftopcf-1.0.5.tar.bz2;
|
||||
sha256 = "09i03sk878cmx2i40lkpsysn7zqcvlczb30j7x3lryb11jz4gx1q";
|
||||
url = mirror://xorg/individual/app/bdftopcf-1.1.tar.bz2;
|
||||
sha256 = "18hiscgljrz10zjcws25bis32nyrg3hzgmiq6scrh7izqmgz0kab";
|
||||
};
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ libXfont ];
|
||||
buildInputs = [ ];
|
||||
meta.platforms = stdenv.lib.platforms.unix;
|
||||
}) // {inherit libXfont ;};
|
||||
}) // {inherit ;};
|
||||
|
||||
bigreqsproto = (mkDerivation "bigreqsproto" {
|
||||
name = "bigreqsproto-1.1.2";
|
||||
|
|
|
@ -24,6 +24,10 @@ let
|
|||
compose = f: g: x: f (g x);
|
||||
in
|
||||
{
|
||||
bdftopcf = attrs: attrs // {
|
||||
buildInputs = attrs.buildInputs ++ [ xorg.xproto xorg.fontsproto ];
|
||||
};
|
||||
|
||||
encodings = attrs: attrs // {
|
||||
buildInputs = attrs.buildInputs ++ [ xorg.mkfontscale ];
|
||||
};
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
mirror://xorg/X11R7.7/src/everything/applewmproto-1.4.2.tar.bz2
|
||||
mirror://xorg/individual/app/bdftopcf-1.0.5.tar.bz2
|
||||
mirror://xorg/individual/app/bdftopcf-1.1.tar.bz2
|
||||
mirror://xorg/X11R7.7/src/everything/bigreqsproto-1.1.2.tar.bz2
|
||||
mirror://xorg/X11R7.7/src/everything/compositeproto-0.4.2.tar.bz2
|
||||
mirror://xorg/X11R7.7/src/everything/damageproto-1.2.1.tar.bz2
|
||||
|
|
Loading…
Reference in a new issue