mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
python.pkgs.cgkit: remove old and broken package
This commit is contained in:
parent
d51bd36646
commit
49ce901f11
@ -2644,34 +2644,6 @@ in {
|
||||
|
||||
characteristic = callPackage ../development/python-modules/characteristic { };
|
||||
|
||||
# This package is no longer actively maintained and can be removed if it becomes broken.
|
||||
cgkit = buildPythonPackage rec {
|
||||
version = "2.0.0";
|
||||
name = "cgkit-${version}";
|
||||
disabled = isPy3k;
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://sourceforge/project/cgkit/cgkit/cgkit-${version}/cgkit-${version}-py2k.tar.gz";
|
||||
sha256 = "0vvllc42mdyma3c7yqhahs4bfxymm2kvmc4va7dxqr5x0rzh6rd6";
|
||||
};
|
||||
|
||||
patches = [ ../development/python-modules/cgkit/scons-env.patch ];
|
||||
|
||||
buildInputs = with pkgs; [ scons boost mesa ];
|
||||
|
||||
preBuild = ''
|
||||
cd supportlib
|
||||
scons
|
||||
cd -
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = http://cgkit.sourceforge.net;
|
||||
description = "Python Computer Graphics Kit";
|
||||
maintainers = with maintainers; [ expipiplus1 ];
|
||||
};
|
||||
};
|
||||
|
||||
cheetah = buildPythonPackage rec {
|
||||
version = "2.4.4";
|
||||
name = "cheetah-${version}";
|
||||
|
Loading…
Reference in New Issue
Block a user