Merge pull request #293601 from trofi/python3Packages.ecos-drop-redundant-disable-warnings-if-gcc13

python3Packages.ecos: drop redundant `disable-warnings-if-gcc13`
This commit is contained in:
kirillrdy 2024-03-06 18:48:43 +11:00 committed by GitHub
commit 26aee2d202
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3601,7 +3601,7 @@ self: super: with self; {
ecoaliface = callPackage ../development/python-modules/ecoaliface { };
ecos = pkgs.disable-warnings-if-gcc13 (callPackage ../development/python-modules/ecos { });
ecos = callPackage ../development/python-modules/ecos { };
ecpy = callPackage ../development/python-modules/ecpy { };