xorg: revert fontsproto update, as it breaks libXfont
This partially reverts commit 30ac332563318be4e445dc3335e803326df84d3c. https://groups.google.com/forum/#!msg/xorg-devel/SvgqiQnSN7c/f0wjRhauqvUJ It's sad that the currently *released* versions don't even compile together, and no dev reacts for four days so far...
This commit is contained in:
parent
f66e5664e0
commit
5d850ba9d3
@ -430,11 +430,11 @@ let
|
|||||||
})) // {inherit bdftopcf mkfontdir ;};
|
})) // {inherit bdftopcf mkfontdir ;};
|
||||||
|
|
||||||
fontsproto = (stdenv.mkDerivation ((if overrides ? fontsproto then overrides.fontsproto else x: x) {
|
fontsproto = (stdenv.mkDerivation ((if overrides ? fontsproto then overrides.fontsproto else x: x) {
|
||||||
name = "fontsproto-2.1.3";
|
name = "fontsproto-2.1.2";
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://xorg/individual/proto/fontsproto-2.1.3.tar.bz2;
|
url = mirror://xorg/X11R7.7/src/everything/fontsproto-2.1.2.tar.bz2;
|
||||||
sha256 = "1f2sdsd74y34nnaf4m1zlcbhyv8xb6irnisc99f84c4ivnq4d415";
|
sha256 = "1ab8mbqxdwvdz4k5x4xb9c4n5w7i1xw276cbpk4z7a1nlpjrg746";
|
||||||
};
|
};
|
||||||
buildInputs = [pkgconfig ];
|
buildInputs = [pkgconfig ];
|
||||||
})) // {inherit ;};
|
})) // {inherit ;};
|
||||||
|
@ -41,7 +41,7 @@ mirror://xorg/X11R7.7/src/everything/font-mutt-misc-1.0.3.tar.bz2
|
|||||||
mirror://xorg/X11R7.7/src/everything/font-schumacher-misc-1.1.2.tar.bz2
|
mirror://xorg/X11R7.7/src/everything/font-schumacher-misc-1.1.2.tar.bz2
|
||||||
mirror://xorg/X11R7.7/src/everything/font-screen-cyrillic-1.0.4.tar.bz2
|
mirror://xorg/X11R7.7/src/everything/font-screen-cyrillic-1.0.4.tar.bz2
|
||||||
mirror://xorg/X11R7.7/src/everything/font-sony-misc-1.0.3.tar.bz2
|
mirror://xorg/X11R7.7/src/everything/font-sony-misc-1.0.3.tar.bz2
|
||||||
mirror://xorg/individual/proto/fontsproto-2.1.3.tar.bz2
|
mirror://xorg/X11R7.7/src/everything/fontsproto-2.1.2.tar.bz2
|
||||||
mirror://xorg/X11R7.7/src/everything/font-sun-misc-1.0.3.tar.bz2
|
mirror://xorg/X11R7.7/src/everything/font-sun-misc-1.0.3.tar.bz2
|
||||||
mirror://xorg/X11R7.7/src/everything/font-util-1.3.0.tar.bz2
|
mirror://xorg/X11R7.7/src/everything/font-util-1.3.0.tar.bz2
|
||||||
mirror://xorg/X11R7.7/src/everything/font-winitzki-cyrillic-1.0.3.tar.bz2
|
mirror://xorg/X11R7.7/src/everything/font-winitzki-cyrillic-1.0.3.tar.bz2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user