forked from mirrors/nixpkgs
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 a new issue