tigervnc: Drop dependency on libxcrypt
http://hydra.nixos.org/build/3875072
This commit is contained in:
parent
5cad2c497d
commit
2dc0e9070e
|
@ -4,7 +4,7 @@
|
||||||
, fixesproto, damageproto, xcmiscproto, bigreqsproto, randrproto, renderproto
|
, fixesproto, damageproto, xcmiscproto, bigreqsproto, randrproto, renderproto
|
||||||
, fontsproto, videoproto, compositeproto, scrnsaverproto, resourceproto
|
, fontsproto, videoproto, compositeproto, scrnsaverproto, resourceproto
|
||||||
, libxkbfile, libXfont, libpciaccess, cmake, libjpeg_turbo, libXft, fltk, libXinerama
|
, libxkbfile, libXfont, libpciaccess, cmake, libjpeg_turbo, libXft, fltk, libXinerama
|
||||||
, xineramaproto, libXcursor, fetchsvn, libxcrypt
|
, xineramaproto, libXcursor, fetchsvn
|
||||||
}:
|
}:
|
||||||
|
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ libX11 libXext gettext libICE libXtst libXi libSM libXft
|
[ libX11 libXext gettext libICE libXtst libXi libSM libXft
|
||||||
nasm libgcrypt gnutls pam pixman libjpeg_turbo fltk xineramaproto
|
nasm libgcrypt gnutls pam pixman libjpeg_turbo fltk xineramaproto
|
||||||
libXinerama libXcursor libxcrypt
|
libXinerama libXcursor
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs =
|
nativeBuildInputs =
|
||||||
|
@ -97,5 +97,4 @@ stdenv.mkDerivation rec {
|
||||||
maintainers = with stdenv.lib.maintainers; [viric];
|
maintainers = with stdenv.lib.maintainers; [viric];
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = with stdenv.lib.platforms; linux;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue