Merge pull request #291924 from trofi/vertcoind-drop-redundant-disable-warnings-if-gcc13

vertcoind: drop redundant `disable-warnings-if-gcc13`
This commit is contained in:
Mario Rodas 2024-03-01 23:23:53 -05:00 committed by GitHub
commit 293d6a84c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36844,9 +36844,9 @@ with pkgs;
vertcoin = libsForQt5.callPackage ../applications/blockchains/vertcoin {
withGui = true;
};
vertcoind = disable-warnings-if-gcc13 (callPackage ../applications/blockchains/vertcoin {
vertcoind = callPackage ../applications/blockchains/vertcoin {
withGui = false;
});
};
wasabiwallet = callPackage ../applications/blockchains/wasabiwallet { };