mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
Rebuild-checked: does not break boot
svn path=/nixpkgs/trunk/; revision=30817
This commit is contained in:
parent
daf8abbc24
commit
c09dbda83e
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user