aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/spice
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2018-12-09 11:03:41 +0100
committerMichael Raskin <7c6f434c@mail.ru>2018-12-09 11:09:27 +0100
commit6dad52ebf690460855c20ec83637c8bbfb67373f (patch)
treefa37aeafddd0c2549629eaf41779e990ffcf3393 /pkgs/development/libraries/spice
parentad212c5991fb4fecd819554885686cae79fd763e (diff)
Revert "spice: add kerberos dependency"
Already fixed by #51769 This reverts commit a9779bdfc442e2001769dddbea98518785e2a2b1.
Diffstat (limited to 'pkgs/development/libraries/spice')
-rw-r--r--pkgs/development/libraries/spice/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/development/libraries/spice/default.nix b/pkgs/development/libraries/spice/default.nix
index f22df5d51efe..dadbe57dccdd 100644
--- a/pkgs/development/libraries/spice/default.nix
+++ b/pkgs/development/libraries/spice/default.nix
@@ -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 ];