telepathy.qt: remove unused input

This commit is contained in:
Sandro Jäckel 2021-02-22 01:15:41 +01:00
parent fc7d7aac98
commit a320943577
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -1,5 +1,5 @@
{ lib, stdenv, fetchurl, cmake, qtbase, pkg-config, python3Packages, dbus-glib, dbus
, telepathy-farstream, telepathy-glib, fetchpatch }:
, telepathy-farstream, telepathy-glib }:
let
inherit (python3Packages) python dbus-python;