forked from mirrors/nixpkgs
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
This commit is contained in:
parent
5f4ab83015
commit
9b4a4b15bb
|
@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
|
|||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.spacefrogg ];
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue