From 256e7642264e2c29fbf2827a4d16d8db74ed114d Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Thu, 2 Mar 2017 02:27:43 +0200 Subject: [PATCH] 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. --- pkgs/os-specific/linux/radeontools/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/os-specific/linux/radeontools/default.nix b/pkgs/os-specific/linux/radeontools/default.nix index 92e00ffad3f..81e5a2af9cd 100644 --- a/pkgs/os-specific/linux/radeontools/default.nix +++ b/pkgs/os-specific/linux/radeontools/default.nix @@ -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; }; }