forked from mirrors/nixpkgs
Fix propagated dependencies in hal
svn path=/nixpkgs/trunk/; revision=20108
This commit is contained in:
parent
3b65d90edf
commit
bf4f2769b1
|
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
propagatedBuildInputs = [ libusb ]
|
||||
++ stdenv.lib.optional (stdenv.system != "armv5tel-linux") [ libsmbios ];
|
||||
++ stdenv.lib.optionals (stdenv.system != "armv5tel-linux") [ libsmbios ];
|
||||
|
||||
preConfigure = ''
|
||||
for i in hald/linux/probing/probe-smbios.c hald/linux/osspec.c \
|
||||
|
|
Loading…
Reference in a new issue