appres: init at 1.0.4
This commit is contained in:
parent
31dc954bc1
commit
02ce05d1cc
@ -28,6 +28,17 @@ let
|
||||
meta.platforms = stdenv.lib.platforms.unix;
|
||||
}) // {inherit ;};
|
||||
|
||||
appres = (mkDerivation "appres" {
|
||||
name = "appres-1.0.4";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = mirror://xorg/individual/app/appres-1.0.4.tar.bz2;
|
||||
sha256 = "139yp08qy1w6dccamdy0fh343yhaf1am1v81m2j435nd4ya4wqcz";
|
||||
};
|
||||
buildInputs = [pkgconfig libX11 xproto libXt ];
|
||||
meta.platforms = stdenv.lib.platforms.unix;
|
||||
}) // {inherit libX11 xproto libXt ;};
|
||||
|
||||
bdftopcf = (mkDerivation "bdftopcf" {
|
||||
name = "bdftopcf-1.0.5";
|
||||
builder = ./builder.sh;
|
||||
|
@ -8,3 +8,4 @@ http://xcb.freedesktop.org/dist/xcb-util-keysyms-0.4.0.tar.bz2
|
||||
http://xcb.freedesktop.org/dist/xcb-util-renderutil-0.3.9.tar.bz2
|
||||
http://xcb.freedesktop.org/dist/xcb-util-wm-0.4.1.tar.bz2
|
||||
http://xcb.freedesktop.org/dist/xcb-util-errors-1.0.tar.bz2
|
||||
mirror://xorg/individual/app/appres-1.0.4.tar.bz2
|
||||
|
Loading…
Reference in New Issue
Block a user