mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 16:11:58 +00:00
pidgin: remove unnecessary dependency
Farsight was renamed to Farstream long ago and it is already listed as a dependency.
This commit is contained in:
parent
e682cfc83f
commit
680538dbf3
|
@ -1,6 +1,6 @@
|
|||
{ stdenv, fetchurl, makeWrapper, pkgconfig, gtk2, gtkspell2, aspell
|
||||
, gst_all_1, startupnotification, gettext
|
||||
, perl, perlXMLParser, libxml2, nss, nspr, farstream, farsight2
|
||||
, perl, perlXMLParser, libxml2, nss, nspr, farstream
|
||||
, libXScrnSaver, ncurses, avahi, dbus, dbus_glib, intltool, libidn
|
||||
, lib, python, libICE, libXext, libSM
|
||||
, openssl ? null
|
||||
|
@ -30,7 +30,7 @@ let unwrapped = stdenv.mkDerivation rec {
|
|||
buildInputs = [
|
||||
gtkspell2 aspell startupnotification
|
||||
gst_all_1.gstreamer gst_all_1.gst-plugins-base gst_all_1.gst-plugins-good
|
||||
libxml2 nss nspr farstream farsight2
|
||||
libxml2 nss nspr farstream
|
||||
libXScrnSaver ncurses python
|
||||
avahi dbus dbus_glib intltool libidn
|
||||
libICE libXext libSM
|
||||
|
|
Loading…
Reference in a new issue