Rebuild-checked: does not break boot

svn path=/nixpkgs/trunk/; revision=30817
This commit is contained in:
Michael Raskin 2011-12-10 05:05:15 +00:00
parent daf8abbc24
commit c09dbda83e

View File

@ -3,7 +3,7 @@
let
firmware = gt68xxFirmware {inherit fetchurl;};
in
assert hotplugSupport -> stdenv.system == "i686-linux";
assert hotplugSupport -> (stdenv.system == "i686-linux" || stdenv.system == "x86_64-linux");
stdenv.mkDerivation {
name = "sane-backends-1.0.21";