mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
fuppes: mark as broken
This package has been broken since 2014-01-20, according to Hydra [1]. I tried various ad-hoc patching & adding missing dependencies, uncovering yet more errors. Updating is also out of the question, as nixpkgs already contains the latest version. [1]: https://hydra.nixos.org/build/25188337
This commit is contained in:
parent
93e8a121c8
commit
624eba1885
@ -50,5 +50,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
maintainers = [ stdenv.lib.maintainers.pierron ];
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user