mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
dwb: mark it as broken, closes #7952
This commit is contained in:
parent
2dc42b1eec
commit
76b5c75d48
@ -30,5 +30,9 @@ stdenv.mkDerivation {
|
||||
platforms = platforms.mesaPlatforms;
|
||||
maintainers = with maintainers; [ pSub ];
|
||||
license = licenses.gpl3;
|
||||
|
||||
# dwb is no longer maintained by portix and efforts to keep it alive
|
||||
# were not successful, see issue #7952 for discussion.
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user