mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-11 16:49:22 +08:00
devices.wlin: use static chn-bsub
This commit is contained in:
@@ -78,10 +78,7 @@ 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; });
|
||||
});
|
||||
cpptrace = prev.cpptrace.overrideAttrs (prev: { doCheck = !final.stdenv.hostPlatform.isStatic; });
|
||||
}
|
||||
// (
|
||||
let
|
||||
|
||||
Reference in New Issue
Block a user