mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
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
@ -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 New Issue
Block a user