mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00:00
lshw: fix static build
This commit is contained in:
parent
d92daec27e
commit
11a5040a48
|
@ -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