Remove pycairo from top-level

See #11567.
This commit is contained in:
Frederik Rietdijk
2016-08-14 13:52:42 +02:00
parent dc24b7df63
commit 7986b718f3
9 changed files with 53 additions and 57 deletions
+5 -6
View File
@@ -2,16 +2,15 @@
, graphicalSupport ? false
, libX11 ? null
, gtk ? null
, python ? null
, pygtk ? null
, pythonPackages
, makeWrapper ? null
, pygobject ? null
, pycairo ? null
, pysqlite ? null
}:
with stdenv.lib;
stdenv.mkDerivation rec {
let
inherit (pythonPackages) python pygtk pygobject pycairo pysqlite;
in stdenv.mkDerivation rec {
name = "nmap${optionalString graphicalSupport "-graphical"}-${version}";
version = "7.12";