btop: drop redundant disable-warnings-if-gcc13
This commit is contained in:
parent
dbc93a1216
commit
4e8281c904
1 changed files with 1 additions and 1 deletions
|
@ -27633,7 +27633,7 @@ with pkgs;
|
|||
inherit (darwin.apple_sdk.frameworks) AppKit;
|
||||
};
|
||||
|
||||
btop = disable-warnings-if-gcc13 (darwin.apple_sdk_11_0.callPackage ../tools/system/btop { });
|
||||
btop = darwin.apple_sdk_11_0.callPackage ../tools/system/btop { };
|
||||
|
||||
nmon = callPackage ../os-specific/linux/nmon { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue