about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorPhilip Potter <philip.g.potter@gmail.com>2016-06-18 13:03:53 +0100
committerPhilip Potter <philip.g.potter@gmail.com>2016-06-18 13:03:53 +0100
commita18ee50f4c426c6c493df8722162100c264418b7 (patch)
tree6284ee2e64b5c40a3f3971e4e4ba9c47c42147d6 /pkgs/top-level
parent2a16e37709ca9f9a766139e8f93a34a123c125e4 (diff)
downloadnixlib-a18ee50f4c426c6c493df8722162100c264418b7.tar
nixlib-a18ee50f4c426c6c493df8722162100c264418b7.tar.gz
nixlib-a18ee50f4c426c6c493df8722162100c264418b7.tar.bz2
nixlib-a18ee50f4c426c6c493df8722162100c264418b7.tar.lz
nixlib-a18ee50f4c426c6c493df8722162100c264418b7.tar.xz
nixlib-a18ee50f4c426c6c493df8722162100c264418b7.tar.zst
nixlib-a18ee50f4c426c6c493df8722162100c264418b7.zip
certificate-transparency: remove package
The package has been broken for months now.  The issue is due to linker
flags for protobuf, but I can't work it out.

I no longer use this package myself; and I suspect there is little
appetite for keeping it.  So let's remove it and reduce the maintenance
burden.
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 4228ffaee052..14fd8a776f17 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -666,8 +666,6 @@ in
 
   gcdemu = callPackage ../misc/emulators/cdemu/gui.nix { };
 
-  certificate-transparency = callPackage ../servers/certificate-transparency { };
-
   image-analyzer = callPackage ../misc/emulators/cdemu/analyzer.nix { };
 
   ccnet = callPackage ../tools/networking/ccnet { };