Remove unfree ATI drivers package from the channel

Urghhhhh...
This commit is contained in:
Eelco Dolstra 2013-01-17 22:05:59 +01:00
parent 523ee1671b
commit 9248dc1a14
1 changed files with 4 additions and 4 deletions

View File

@ -58,11 +58,11 @@ stdenv.mkDerivation rec {
inherit mesa; # only required to build examples inherit mesa; # only required to build examples
meta = { meta = {
description = "ati drivers"; description = "ATI drivers";
homepage = http://support.amd.com/us/gpudownload/Pages/index.aspx; homepage = http://support.amd.com/us/gpudownload/Pages/index.aspx;
license = "unfree"; license = "unfree";
maintainers = [stdenv.lib.maintainers.marcweber]; 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 # moved assertions here because the name is evaluated when the NixOS manual is generated