summary refs log tree commit diff
path: root/pkgs/os-specific/linux/ati-drivers
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-01-17 22:05:59 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-01-17 22:05:59 +0100
commit9248dc1a14c751912b1f9e4541812c814d091e09 (patch)
treea9f16d429b62db990c0135af16e2f8bbe0e9ec9c /pkgs/os-specific/linux/ati-drivers
parent523ee1671b31e254daf87edecc18eea5e1cebe7d (diff)
downloadnixpkgs-9248dc1a14c751912b1f9e4541812c814d091e09.tar
nixpkgs-9248dc1a14c751912b1f9e4541812c814d091e09.tar.gz
nixpkgs-9248dc1a14c751912b1f9e4541812c814d091e09.tar.bz2
nixpkgs-9248dc1a14c751912b1f9e4541812c814d091e09.tar.lz
nixpkgs-9248dc1a14c751912b1f9e4541812c814d091e09.tar.xz
nixpkgs-9248dc1a14c751912b1f9e4541812c814d091e09.tar.zst
nixpkgs-9248dc1a14c751912b1f9e4541812c814d091e09.zip
Remove unfree ATI drivers package from the channel
Urghhhhh...
Diffstat (limited to 'pkgs/os-specific/linux/ati-drivers')
-rw-r--r--pkgs/os-specific/linux/ati-drivers/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/os-specific/linux/ati-drivers/default.nix b/pkgs/os-specific/linux/ati-drivers/default.nix
index 49efcc1e76e..c30d18fe75b 100644
--- a/pkgs/os-specific/linux/ati-drivers/default.nix
+++ b/pkgs/os-specific/linux/ati-drivers/default.nix
@@ -45,9 +45,9 @@ stdenv.mkDerivation rec {
       patchelf
       unzip
     ];
-    
+
   inherit kernel glibc /* glibc only used for setting interpreter */;
-  
+
   LD_LIBRARY_PATH = stdenv.lib.concatStringsSep ":"
     [ "${xorg.libXrandr}/lib"
       "${xorg.libXrender}/lib"
@@ -58,11 +58,11 @@ stdenv.mkDerivation rec {
   inherit mesa; # only required to build examples
 
   meta = {
-    description = "ati drivers";
+    description = "ATI drivers";
     homepage = http://support.amd.com/us/gpudownload/Pages/index.aspx;
     license = "unfree";
     maintainers = [stdenv.lib.maintainers.marcweber];
-    platforms = [ "x86_64-linux" ];
+    #platforms = [ "x86_64-linux" ];
   };
 
   # moved assertions here because the name is evaluated when the NixOS manual is generated