Author: ludo
Date: Wed Aug 18 14:45:13 2010
New Revision: 23227
URL: https://svn.nixos.org/websvn/nix/?rev=23227&sc=1
Log:
ati-drivers: Comment out broken assertion.
Modified:
nixpkgs/trunk/pkgs/os-specific/linux/ati-drivers/default.nix
Modified: nixpkgs/trunk/pkgs/os-specific/linux/ati-drivers/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/os-specific/linux/ati-drivers/default.nix Wed Aug
18 14:27:04 2010 (r23226)
+++ nixpkgs/trunk/pkgs/os-specific/linux/ati-drivers/default.nix Wed Aug
18 14:45:13 2010 (r23227)
@@ -59,7 +59,7 @@
# 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
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.
null;
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits