mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
mysql-workbench: Syntax error in GCC flag
This commit is contained in:
parent
39cc978ec4
commit
7b35b6a996
@ -148,7 +148,7 @@ in stdenv.mkDerivation rec {
|
||||
"-Wno-error=narrowing"
|
||||
] ++ lib.optionals (stdenv.cc.isGNU && lib.versionAtLeast stdenv.cc.version "12") [
|
||||
# Needed with GCC 12 but problematic with some old GCCs
|
||||
"-Wno-error=maybe-uninitalized"
|
||||
"-Wno-error=maybe-uninitialized"
|
||||
]);
|
||||
|
||||
cmakeFlags = [
|
||||
|
Loading…
Reference in New Issue
Block a user