mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
smartmontools: build without update-smart-drivedb
This commit is contained in:
parent
0a617df61a
commit
0fb82b30ea
@ -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 New Issue
Block a user