mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
way-cooler: Mark as broken (#64138)
The project is in full-rewrite state, which also breaks backwards compatibility. Right now, the project README warns that way-cooler is not usable in its current state. Thus mark this as broken, so die-hard users can still use it. This patch should be reverted as soon as there is a new release. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
4cab72953c
commit
48afae7da7
@ -105,7 +105,7 @@ in symlinkJoin rec {
|
||||
homepage = http://way-cooler.org/;
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = [ maintainers.miltador ];
|
||||
broken = stdenv.hostPlatform.isAarch64; # fails to build wc-bg (on aarch64)
|
||||
platforms = platforms.all;
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user