+1
-1
nixos/modules/hardware/video/ati.nix
+1
-1
nixos/modules/hardware/video/ati.nix
···-#hardware.opengl.package32 = pkgs_i686.linuxPackages.ati_x11.override { libsOnly = true; kernel = null; };+hardware.opengl.package32 = pkgs_i686.linuxPackages.ati_drivers_x11.override { libsOnly = true; kernel = null; };
+24
-12
pkgs/os-specific/linux/ati-drivers/builder.sh
+24
-12
pkgs/os-specific/linux/ati-drivers/builder.sh
··················rm -fr $out/lib/modules/fglrx # don't think those .a files are needed. They cause failure of the mod
+13
-13
pkgs/os-specific/linux/ati-drivers/default.nix
+13
-13
pkgs/os-specific/linux/ati-drivers/default.nix
············-assert stdenv.system == "x86_64-linux"; # i686-linux should work as well - however I didn't test it.