xorg/listres: init at 1.0.4

This commit is contained in:
Lengyel Balazs 2018-12-31 15:33:43 +01:00 committed by Robin Gloster
parent cc6cf8ceee
commit f31d54a483
2 changed files with 14 additions and 0 deletions

View File

@ -1144,6 +1144,19 @@ lib.makeScope newScope (self: with self; {
meta.platforms = stdenv.lib.platforms.unix;
}) {};
listres = callPackage ({ stdenv, pkgconfig, fetchurl, libXaw, libXmu, xorgproto, libXt }: stdenv.mkDerivation {
name = "listres-1.0.4";
builder = ./builder.sh;
src = fetchurl {
url = mirror://xorg/individual/app/listres-1.0.4.tar.bz2;
sha256 = "041bxkvv6f92sm3hhm977c4gdqdv5r1jyxjqcqfi8vkrg3s2j4ka";
};
hardeningDisable = [ "bindnow" "relro" ];
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ libXaw libXmu xorgproto libXt ];
meta.platforms = stdenv.lib.platforms.unix;
}) {};
lndir = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto }: stdenv.mkDerivation {
name = "lndir-1.0.3";
builder = ./builder.sh;

View File

@ -10,6 +10,7 @@ https://xcb.freedesktop.org/dist/xcb-util-renderutil-0.3.9.tar.bz2
https://xcb.freedesktop.org/dist/xcb-util-wm-0.4.1.tar.bz2
mirror://xorg/individual/app/appres-1.0.5.tar.bz2
mirror://xorg/individual/app/editres-1.0.7.tar.bz2
mirror://xorg/individual/app/listres-1.0.4.tar.bz2
mirror://xorg/individual/app/bdftopcf-1.1.tar.bz2
mirror://xorg/individual/app/bitmap-1.0.8.tar.gz
mirror://xorg/individual/app/iceauth-1.0.8.tar.bz2