Skip to content

Commit

Permalink
ati-drivers: Use kernel.dev instead of kernelDev
Browse files Browse the repository at this point in the history
Signed-off-by: Shea Levy <shea@shealevy.com>
  • Loading branch information
shlevy committed Mar 25, 2013
1 parent bd2e64e commit 90c4fb5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pkgs/os-specific/linux/ati-drivers/default.nix
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, kernelDev, xlibs, which, imake { stdenv, fetchurl, kernel, xlibs, which, imake
, mesa # for fgl_glxgears , mesa # for fgl_glxgears
, libXxf86vm, xf86vidmodeproto # for fglrx_gamma , libXxf86vm, xf86vidmodeproto # for fglrx_gamma
, xorg, makeWrapper, glibc, patchelf , xorg, makeWrapper, glibc, patchelf
Expand All @@ -22,9 +22,8 @@


assert stdenv.system == "x86_64-linux"; assert stdenv.system == "x86_64-linux";


stdenv.mkDerivation rec { stdenv.mkDerivation {
name = "ati-drivers-${version}-${kernelDev.version}"; name = "ati-drivers-10-11-x86-${kernel.version}";
version = "10-11-x86";


builder = ./builder.sh; builder = ./builder.sh;


Expand All @@ -46,7 +45,7 @@ stdenv.mkDerivation rec {
unzip unzip
]; ];


kernel = kernelDev; kernel = kernel.dev;


inherit glibc /* glibc only used for setting interpreter */; inherit glibc /* glibc only used for setting interpreter */;


Expand Down

0 comments on commit 90c4fb5

Please sign in to comment.