lm_sensors: add musl patch from alpine.
Doesn't fix build yet due to use of unconventional object file extensions (which shouldn't matter but do).
This commit is contained in:
@@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ bison flex which perl ]
|
||||
++ stdenv.lib.optional sensord rrdtool;
|
||||
|
||||
patches = [ ./musl-fix-includes.patch ];
|
||||
|
||||
preBuild = ''
|
||||
makeFlagsArray=(PREFIX=$out ETCDIR=$out/etc
|
||||
${stdenv.lib.optionalString sensord "PROG_EXTRA=sensord"})
|
||||
|
||||
Reference in New Issue
Block a user