lshw: fix static build
This commit is contained in:
parent
d92daec27e
commit
11a5040a48
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildFlags = [ "all" ] ++ lib.optional withGUI "gui";
|
||||
|
||||
hardeningDisable = lib.optionals stdenv.hostPlatform.isStatic [ "fortify" ];
|
||||
|
||||
installTargets = [ "install" ] ++ lib.optional withGUI "install-gui";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
|
Loading…
Reference in a new issue