Revert "spice: add kerberos dependency"
Already fixed by #51769
This reverts commit a9779bdfc4
.
This commit is contained in:
parent
ad212c5991
commit
6dad52ebf6
@ -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, kerberos }:
|
||||
, libcacard, lz4 }:
|
||||
|
||||
with stdenv.lib;
|
||||
|
||||
@ -15,8 +15,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ pixman celt alsaLib openssl libjpeg zlib
|
||||
libXrandr libXfixes libXrender libXext libXinerama
|
||||
python pyparsing glib cyrus_sasl libcacard lz4
|
||||
kerberos ];
|
||||
python pyparsing glib cyrus_sasl libcacard lz4 ];
|
||||
|
||||
nativeBuildInputs = [ pkgconfig spice-protocol ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user