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

View File

@ -45,9 +45,9 @@ stdenv.mkDerivation rec {
patchelf patchelf
unzip unzip
]; ];
inherit kernel glibc /* glibc only used for setting interpreter */; inherit kernel glibc /* glibc only used for setting interpreter */;
LD_LIBRARY_PATH = stdenv.lib.concatStringsSep ":" LD_LIBRARY_PATH = stdenv.lib.concatStringsSep ":"
[ "${xorg.libXrandr}/lib" [ "${xorg.libXrandr}/lib"
"${xorg.libXrender}/lib" "${xorg.libXrender}/lib"
@ -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