ati-drivers: restrict "platforms" to x86_64-linux

svn path=/nixpkgs/trunk/; revision=21967
This commit is contained in:
Yury G. Kudryashov 2010-05-25 11:27:18 +00:00
parent 719f023f33
commit 5e846002d6

View file

@ -53,7 +53,7 @@ stdenv.mkDerivation {
homepage = http://support.amd.com/us/gpudownload/Pages/index.aspx;
license = "unfree";
maintainers = [stdenv.lib.maintainers.marcweber];
platforms = stdenv.lib.platforms.linux;
platforms = [ "x86_64-linux" ];
};
# moved assertions here because the name is evaluated when the NixOS manual is generated