about summary refs log tree commit diff
path: root/pkgs/tools/security/gencfsm
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2016-10-26 16:02:22 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2016-10-26 16:02:46 +0200
commit9b4a4b15bb3a0341c4d3c723aa09f7dea3bcf88f (patch)
tree4f503b37f7a937e698a45e998eab3e61f0b1e032 /pkgs/tools/security/gencfsm
parent5f4ab83015d44c595b531d73947fce3956458a89 (diff)
gencfsm: mark as broken
With staging merged into master, we now have gnome3 = gnome3_22;.

and

error: while querying the derivation named ‘gnome-encfs-manager-1.8.16’:
while evaluating the attribute ‘nativeBuildInputs’ of the derivation
‘gnome-encfs-manager-1.8.16’ at
nixpkgs/pkgs/tools/security/gencfsm/default.nix:6:3:
while evaluating ‘getOutput’ at nixpkgs/lib/attrsets.nix:453:23, called
from undefined position:
attribute ‘libgee_1’ missing, at
nixpkgs/pkgs/tools/security/gencfsm/default.nix:14:27

cc maintainer @spacefrogg
Diffstat (limited to 'pkgs/tools/security/gencfsm')
-rw-r--r--pkgs/tools/security/gencfsm/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/security/gencfsm/default.nix b/pkgs/tools/security/gencfsm/default.nix
index 8441fbbb7613f..769729fa24a5c 100644
--- a/pkgs/tools/security/gencfsm/default.nix
+++ b/pkgs/tools/security/gencfsm/default.nix
@@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
     license = licenses.gpl2Plus;
     platforms = platforms.linux;
     maintainers = [ maintainers.spacefrogg ];
+    broken = true;
   };
 }