Merge pull request #291711 from trofi/wownero-drop-redundant-disable-warnings-if-gcc13
wownero: drop redundant `disable-warnings-if-gcc13`
This commit is contained in:
commit
5cf86d0f5e
1 changed files with 1 additions and 1 deletions
|
@ -36902,7 +36902,7 @@ with pkgs;
|
|||
|
||||
wasabibackend = callPackage ../applications/blockchains/wasabibackend { };
|
||||
|
||||
wownero = disable-warnings-if-gcc13 (callPackage ../applications/blockchains/wownero { });
|
||||
wownero = callPackage ../applications/blockchains/wownero { };
|
||||
|
||||
zcash = callPackage ../applications/blockchains/zcash {
|
||||
inherit (darwin.apple_sdk.frameworks) Security;
|
||||
|
|
Loading…
Reference in a new issue