Merge pull request #173984 from gebner/bitcoinclassiccpp17

bitcoin-classic: compile as c++14
main
Gabriel Ebner 2 years ago committed by GitHub
commit 483285490d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/applications/blockchains/bitcoin-classic/default.nix

@ -46,6 +46,8 @@ stdenv.mkDerivation rec {
"--with-qt-bindir=${qtbase.dev}/bin:${qttools.dev}/bin"
];
CXXFLAGS = [ "-std=c++14" ];
enableParallelBuilding = true;
dontWrapQtApps = true;

Loading…
Cancel
Save