mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
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 New Issue
Block a user