xorg/listres: init at 1.0.4
This commit is contained in:
parent
cc6cf8ceee
commit
f31d54a483
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user