Loading pkgs/build-support/bintools-wrapper/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -60,6 +60,7 @@ , postLinkSignHook ? null, signingUtils ? null }: assert propagateDoc -> bintools ? man; assert nativeTools -> !propagateDoc && nativePrefix != ""; assert !nativeTools -> bintools != null && coreutils != null && gnugrep != null; assert !(nativeLibc && noLibc); Loading Loading
pkgs/build-support/bintools-wrapper/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -60,6 +60,7 @@ , postLinkSignHook ? null, signingUtils ? null }: assert propagateDoc -> bintools ? man; assert nativeTools -> !propagateDoc && nativePrefix != ""; assert !nativeTools -> bintools != null && coreutils != null && gnugrep != null; assert !(nativeLibc && noLibc); Loading