mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
spice: add kerberos dependency
This commit is contained in:
parent
17acf57f9d
commit
a9779bdfc4
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{ stdenv, fetchurl, pkgconfig, pixman, celt, alsaLib
|
||||
, openssl, libXrandr, libXfixes, libXext, libXrender, libXinerama
|
||||
, libjpeg, zlib, spice-protocol, python, pyparsing, glib, cyrus_sasl
|
||||
, libcacard, lz4 }:
|
||||
, libcacard, lz4, kerberos }:
|
||||
|
||||
with stdenv.lib;
|
||||
|
||||
|
@ -15,7 +15,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [ pixman celt alsaLib openssl libjpeg zlib
|
||||
libXrandr libXfixes libXrender libXext libXinerama
|
||||
python pyparsing glib cyrus_sasl libcacard lz4 ];
|
||||
python pyparsing glib cyrus_sasl libcacard lz4
|
||||
kerberos ];
|
||||
|
||||
nativeBuildInputs = [ pkgconfig spice-protocol ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue