dwb: mark it as broken, closes #7952

This commit is contained in:
Pascal Wittmann 2015-08-04 13:04:14 +02:00
parent 2dc42b1eec
commit 76b5c75d48

View file

@ -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;
};
}