Merge pull request #256144 from SuperSandro2000/smartmontools-update-bin
smartmontools: build without update-smart-drivedb
This commit is contained in:
commit
6ac5449359
1 changed files with 5 additions and 1 deletions
|
@ -38,7 +38,11 @@ stdenv.mkDerivation rec {
|
|||
cp -v ${driverdb} drivedb.h
|
||||
'';
|
||||
|
||||
configureFlags = [ "--with-scriptpath=${scriptPath}" ];
|
||||
configureFlags = [
|
||||
"--with-scriptpath=${scriptPath}"
|
||||
# does not work on NixOS
|
||||
"--without-update-smart-drivedb"
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
buildInputs = lib.optionals stdenv.isDarwin [ IOKit ApplicationServices ];
|
||||
|
|
Loading…
Reference in a new issue