mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
xorg/luit: 1.1.1 -> 20181211
This commit is contained in:
parent
b48304439b
commit
8851116a47
|
@ -1209,16 +1209,16 @@ lib.makeScope newScope (self: with self; {
|
|||
meta.platforms = stdenv.lib.platforms.unix;
|
||||
}) {};
|
||||
|
||||
luit = callPackage ({ stdenv, pkgconfig, fetchurl, libfontenc }: stdenv.mkDerivation {
|
||||
name = "luit-1.1.1";
|
||||
luit = callPackage ({ stdenv, pkgconfig, fetchurl }: stdenv.mkDerivation {
|
||||
name = "luit-20181211";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = mirror://xorg/individual/app/luit-1.1.1.tar.bz2;
|
||||
sha256 = "0dn694mk56x6hdk6y9ylx4f128h5jcin278gnw2gb807rf3ygc1h";
|
||||
url = ftp://ftp.invisible-island.net/luit/luit-20181211.tgz;
|
||||
sha256 = "18mf3savxjs29hf4xhhc5h278qy0bbj9ddssx44w0bnlg107jhp1";
|
||||
};
|
||||
hardeningDisable = [ "bindnow" "relro" ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ libfontenc ];
|
||||
buildInputs = [ ];
|
||||
meta.platforms = stdenv.lib.platforms.unix;
|
||||
}) {};
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ mirror://xorg/individual/driver/xf86-video-omap-0.4.5.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
|
||||
mirror://xorg/individual/app/luit-1.1.1.tar.bz2
|
||||
ftp://ftp.invisible-island.net/luit/luit-20181211.tgz
|
||||
mirror://xorg/individual/app/mkfontdir-1.0.7.tar.bz2
|
||||
mirror://xorg/individual/app/mkfontscale-1.1.3.tar.bz2
|
||||
mirror://xorg/individual/app/sessreg-1.1.1.tar.bz2
|
||||
|
|
Loading…
Reference in a new issue