tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
xorg.bdftopcf: 1.0.5 -> 1.1
Vladimír Čunát
8 years ago
f6fe84d1
0ebb3e39
+10
-6
3 changed files
expand all
collapse all
unified
split
pkgs
servers
x11
xorg
default.nix
overrides.nix
tarballs-7.7.list
+5
-5
pkgs/servers/x11/xorg/default.nix
···
44
44
}) // {inherit libX11 xproto libXt ;};
45
45
46
46
bdftopcf = (mkDerivation "bdftopcf" {
47
47
-
name = "bdftopcf-1.0.5";
47
47
+
name = "bdftopcf-1.1";
48
48
builder = ./builder.sh;
49
49
src = fetchurl {
50
50
-
url = mirror://xorg/individual/app/bdftopcf-1.0.5.tar.bz2;
51
51
-
sha256 = "09i03sk878cmx2i40lkpsysn7zqcvlczb30j7x3lryb11jz4gx1q";
50
50
+
url = mirror://xorg/individual/app/bdftopcf-1.1.tar.bz2;
51
51
+
sha256 = "18hiscgljrz10zjcws25bis32nyrg3hzgmiq6scrh7izqmgz0kab";
52
52
};
53
53
nativeBuildInputs = [ pkgconfig ];
54
54
-
buildInputs = [ libXfont ];
54
54
+
buildInputs = [ ];
55
55
meta.platforms = stdenv.lib.platforms.unix;
56
56
-
}) // {inherit libXfont ;};
56
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
27
+
bdftopcf = attrs: attrs // {
28
28
+
buildInputs = attrs.buildInputs ++ [ xorg.xproto xorg.fontsproto ];
29
29
+
};
30
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
2
-
mirror://xorg/individual/app/bdftopcf-1.0.5.tar.bz2
2
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