Merge pull request #33264 from RubenAstudillo/hakuneko-broken
hakuneko: mark as broken
This commit is contained in:
commit
7a0938cb54
1 changed files with 3 additions and 0 deletions
|
@ -21,5 +21,8 @@ stdenv.mkDerivation rec {
|
|||
homepage = https://sourceforge.net/projects/hakuneko/;
|
||||
license = stdenv.lib.licenses.mit;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
|
||||
# This project was abandoned upstream.
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue