radeontools: Mark as broken

The upstream release is from 2004. The website of this software talks
about configuring XFree86. I *highly* doubt this software is of any use
nowadays.
This commit is contained in:
Tuomas Tynkkynen 2017-03-02 02:27:43 +02:00
parent 0d936b0366
commit 256e764226

View file

@ -28,5 +28,6 @@ stdenv.mkDerivation {
description = "Control the backlight and external video output of ATI Radeon Mobility graphics cards";
homepage = http://fdd.com/software/radeon/;
license = stdenv.lib.licenses.zlib;
broken = true;
};
}