mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
Remove clanlib
Does not build, website no longer exists
This commit is contained in:
parent
4e50480757
commit
2a22c80000
|
@ -1,19 +0,0 @@
|
|||
{
|
||||
stdenv, fetchurl, zlib,
|
||||
libpng, libjpeg, libvorbis, libogg,
|
||||
libX11, xf86vidmodeproto, libXxf86vm, libXmu, mesa
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "clanlib-0.8.0";
|
||||
src = fetchurl {
|
||||
url = http://www.clanlib.org/download/releases-0.8/ClanLib-0.8.0.tgz;
|
||||
sha256 = "1rjr601h3hisrhvpkrj00wirx5hyfbppv9rla400wx7a42xvvyfy";
|
||||
};
|
||||
|
||||
buildInputs = [zlib libpng libjpeg
|
||||
libvorbis libogg libX11
|
||||
xf86vidmodeproto libXmu
|
||||
mesa libXxf86vm
|
||||
];
|
||||
}
|
|
@ -6655,8 +6655,6 @@ in
|
|||
|
||||
cl = callPackage ../development/libraries/cl { };
|
||||
|
||||
clanlib = callPackage ../development/libraries/clanlib { };
|
||||
|
||||
classads = callPackage ../development/libraries/classads { };
|
||||
|
||||
classpath = callPackage ../development/libraries/java/classpath {
|
||||
|
|
Loading…
Reference in a new issue