mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-11 16:49:22 +08:00
packages.biu: fix static build
This commit is contained in:
@@ -78,6 +78,10 @@ in platformConfig //
|
||||
configureFlags = prev.configureFlags or [] ++ [ "--with-lsf" ];
|
||||
buildInputs = prev.buildInputs or [] ++ [ final.localPackages.lsf final.libnsl ];
|
||||
});
|
||||
pkgsStatic = prev.pkgsStatic.overrideScope (final: prev:
|
||||
{
|
||||
cpptrace = prev.cpptrace.overrideAttrs (prev: { doCheck = false; });
|
||||
});
|
||||
}
|
||||
// (
|
||||
let
|
||||
|
||||
Reference in New Issue
Block a user