From 9b4a4b15bb3a0341c4d3c723aa09f7dea3bcf88f Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Wed, 26 Oct 2016 16:02:22 +0200 Subject: [PATCH] gencfsm: mark as broken MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- pkgs/tools/security/gencfsm/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/security/gencfsm/default.nix b/pkgs/tools/security/gencfsm/default.nix index 8441fbbb7613..769729fa24a5 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; }; }