forked from mirrors/nixpkgs
pythonPackages.pywebkitgtk: remove
😀. This for sure has been superseded in the present.
Nothing uses this in nixpkgs also.
This commit is contained in:
parent
afb2182f33
commit
989711d6f4
|
@ -1,27 +0,0 @@
|
|||
{ stdenv
|
||||
, buildPythonPackage
|
||||
, fetchurl
|
||||
, pkgs
|
||||
, pygtk
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pywebkitgtk";
|
||||
version = "1.1.8";
|
||||
format = "other";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://pywebkitgtk.googlecode.com/files/${pname}-${version}.tar.bz2";
|
||||
sha256 = "1svlwyl61rvbqbcbalkg6pbf38yjyv7qkq9sx4x35yk69lscaac2";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgs.pkgconfig ];
|
||||
buildInputs = [ pygtk pkgs.gtk2 pkgs.libxml2 pkgs.libxslt pkgs.libsoup pkgs.webkitgtk24x-gtk2 pkgs.icu ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://code.google.com/p/pywebkitgtk/";
|
||||
description = "Python bindings for the WebKit GTK port";
|
||||
license = licenses.lgpl2Plus;
|
||||
};
|
||||
|
||||
}
|
|
@ -4846,8 +4846,6 @@ in {
|
|||
|
||||
pywal = callPackage ../development/python-modules/pywal { };
|
||||
|
||||
pywebkitgtk = callPackage ../development/python-modules/pywebkitgtk { };
|
||||
|
||||
pywinrm = callPackage ../development/python-modules/pywinrm { };
|
||||
|
||||
pyxattr = callPackage ../development/python-modules/pyxattr { };
|
||||
|
|
Loading…
Reference in a new issue