Remove unfree ATI drivers package from the channel
Urghhhhh...
This commit is contained in:
parent
523ee1671b
commit
9248dc1a14
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue