ati-drivers: Comment out broken assertion.

svn path=/nixpkgs/trunk/; revision=23227
This commit is contained in:
Ludovic Courtès 2010-08-18 14:45:13 +00:00
parent 4a909f0838
commit be4bd94e35

View File

@ -59,7 +59,7 @@ stdenv.mkDerivation {
# 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
# Don't make that fail - fail lazily when a users tries to build this derivation only # Don't make that fail - fail lazily when a users tries to build this derivation only
dummy = dummy =
assert xorg.xorgserver.name == "xorg-server-1.7.5"; # assert xorg.xorgserver.name == "xorg-server-1.7.5";
assert stdenv.system == "x86_64-linux"; # i686-linux should work as well - however I didn't test it. assert stdenv.system == "x86_64-linux"; # i686-linux should work as well - however I didn't test it.
null; null;