xorg/xconsole: init at 1.0.7

This commit is contained in:
Lengyel Balazs 2018-12-31 15:36:41 +01:00 committed by Robin Gloster
parent aadee8046a
commit 48ef1f27e2
2 changed files with 14 additions and 0 deletions

View file

@ -1508,6 +1508,19 @@ lib.makeScope newScope (self: with self; {
meta.platforms = stdenv.lib.platforms.unix;
}) {};
xconsole = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, libXaw, libXmu, xorgproto, libXt }: stdenv.mkDerivation {
name = "xconsole-1.0.7";
builder = ./builder.sh;
src = fetchurl {
url = mirror://xorg/individual/app/xconsole-1.0.7.tar.bz2;
sha256 = "1q2ib1626i5da0nda09sp3vzppjrcn82fff83cw7hwr0vy14h56i";
};
hardeningDisable = [ "bindnow" "relro" ];
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ libX11 libXaw libXmu xorgproto libXt ];
meta.platforms = stdenv.lib.platforms.unix;
}) {};
xcursorgen = callPackage ({ stdenv, pkgconfig, fetchurl, libpng, libX11, libXcursor }: stdenv.mkDerivation {
name = "xcursorgen-1.0.6";
builder = ./builder.sh;

View file

@ -13,6 +13,7 @@ mirror://xorg/individual/app/editres-1.0.7.tar.bz2
mirror://xorg/individual/app/listres-1.0.4.tar.bz2
mirror://xorg/individual/app/viewres-1.0.5.tar.bz2
mirror://xorg/individual/app/oclock-1.0.4.tar.bz2
mirror://xorg/individual/app/xconsole-1.0.7.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