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:
Mario Rodas 2024-03-01 23:20:19 -05:00 committed by GitHub
commit 7e0ee95ed9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 { };