forked from mirrors/nixpkgs
tigervnc: fix build by adding dependencies
This commit is contained in:
parent
d2fec0a922
commit
c2d9c35ebd
|
@ -1,7 +1,7 @@
|
|||
{ stdenv, fetchgit, xorg
|
||||
, autoconf, automake, cvs, libtool, nasm, pixman, xkeyboard_config
|
||||
, fontDirectories, libgcrypt, gnutls, pam, flex, bison, gettext
|
||||
, cmake, libjpeg_turbo, fltk
|
||||
, cmake, libjpeg_turbo, fltk, nettle, libiconv, libtasn1
|
||||
}:
|
||||
|
||||
with stdenv.lib;
|
||||
|
@ -69,12 +69,12 @@ stdenv.mkDerivation rec {
|
|||
buildInputs =
|
||||
[ xorg.libX11 xorg.libXext gettext xorg.libICE xorg.libXtst xorg.libXi xorg.libSM xorg.libXft
|
||||
nasm libgcrypt gnutls pam pixman libjpeg_turbo fltk xorg.xineramaproto
|
||||
xorg.libXinerama xorg.libXcursor
|
||||
xorg.libXinerama xorg.libXcursor nettle libiconv libtasn1
|
||||
];
|
||||
|
||||
nativeBuildInputs =
|
||||
[ autoconf automake cvs xorg.utilmacros xorg.fontutil libtool flex bison
|
||||
cmake
|
||||
cmake gettext
|
||||
]
|
||||
++ xorg.xorgserver.nativeBuildInputs;
|
||||
|
||||
|
@ -91,4 +91,4 @@ stdenv.mkDerivation rec {
|
|||
# Prevent a store collision.
|
||||
priority = 4;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue