ati-drivers: Comment out broken assertion.
svn path=/nixpkgs/trunk/; revision=23227
This commit is contained in:
parent
4a909f0838
commit
be4bd94e35
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user