about summary refs log tree commit diff
path: root/pkgs/applications/search
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2016-08-14 13:52:23 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2016-08-14 13:52:42 +0200
commit7986b718f3129332454f105d86fb30ab78812943 (patch)
tree9d8f5c14d52c96dc01222613d77cc4defdbab487 /pkgs/applications/search
parentdc24b7df63ae959d0d97e97aab125d85d5168a17 (diff)
Remove pycairo from top-level
See #11567.
Diffstat (limited to 'pkgs/applications/search')
-rw-r--r--pkgs/applications/search/catfish/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/search/catfish/default.nix b/pkgs/applications/search/catfish/default.nix
index bad10a8607a60..f6df5fc496d79 100644
--- a/pkgs/applications/search/catfish/default.nix
+++ b/pkgs/applications/search/catfish/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, file, which, intltool, findutils, xdg_utils, pycairo,
+{ stdenv, fetchurl, file, which, intltool, findutils, xdg_utils,
   gnome3, pythonPackages, wrapGAppsHook }:
 
 pythonPackages.buildPythonApplication rec {