Remove some files not reachable from all-packages.nix

List of removed files:
* pkgs/applications/misc/kiwixbuilder/default.nix
* pkgs/applications/misc/simgrid/default.nix
* pkgs/applications/networking/instant-messengers/carrier/2.4.2.nix
* pkgs/applications/networking/mailreaders/thunderbird/7.x.nix
* pkgs/applications/networking/mailreaders/thunderbird/thunderbird-build-deps.patch
* pkgs/development/libraries/bluez-libs/default.nix
* pkgs/development/libraries/libjingle/0.4.0.nix
* pkgs/development/perl-modules/Font-TTF/default.nix
* pkgs/tools/X11/xauth/default.nix
* pkgs/tools/security/p0f/default.nix
* pkgs/tools/security/p0f/p0f.patch

svn path=/nixpkgs/trunk/; revision=33205
This commit is contained in:
Yury G. Kudryashov
2012-03-17 17:20:30 +00:00
parent f0925eeded
commit 776bedbb5f
11 changed files with 0 additions and 356 deletions
-13
View File
@@ -1,13 +0,0 @@
{stdenv, fetchurl, libpcap}:
stdenv.mkDerivation {
name = "p0f-2.0.8";
src = fetchurl {
url = http://lcamtuf.coredump.cx/p0f/p0f-2.0.8.tgz;
md5 = "1ccbcd8d4c95ef6dae841120d23c56a5";
};
buildInputs = [libpcap];
patches = [./p0f.patch];
}