Merge pull request #292666 from trofi/btop-drop-redundant-disable-warnings-if-gcc13
btop: drop redundant `disable-warnings-if-gcc13`
This commit is contained in:
commit
7e0ee95ed9
1 changed files with 1 additions and 1 deletions
|
@ -27619,7 +27619,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