summary refs log tree commit diff
path: root/pkgs/os-specific/linux/radeontools/default.nix
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2017-03-02 02:27:43 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2017-03-02 02:30:00 +0200
commit256e7642264e2c29fbf2827a4d16d8db74ed114d (patch)
treed5f684d509f2c88beeffab2c09a41a204cc6f9af /pkgs/os-specific/linux/radeontools/default.nix
parent0d936b03668cf0d9cd68b9a1bda72b14c59be407 (diff)
downloadnixpkgs-256e7642264e2c29fbf2827a4d16d8db74ed114d.tar
nixpkgs-256e7642264e2c29fbf2827a4d16d8db74ed114d.tar.gz
nixpkgs-256e7642264e2c29fbf2827a4d16d8db74ed114d.tar.bz2
nixpkgs-256e7642264e2c29fbf2827a4d16d8db74ed114d.tar.lz
nixpkgs-256e7642264e2c29fbf2827a4d16d8db74ed114d.tar.xz
nixpkgs-256e7642264e2c29fbf2827a4d16d8db74ed114d.tar.zst
nixpkgs-256e7642264e2c29fbf2827a4d16d8db74ed114d.zip
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.
Diffstat (limited to 'pkgs/os-specific/linux/radeontools/default.nix')
-rw-r--r--pkgs/os-specific/linux/radeontools/default.nix1
1 files changed, 1 insertions, 0 deletions
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;
   };
 }