audiowaveform: Build with C++14.
This commit is contained in:
parent
a331a49cf7
commit
d2b3e40f92
@ -11,6 +11,11 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "sha256-FcQq0xWs3jH2MfhFQ5r5Vaz8B3akBHBSg8Z/k9An/Wg=";
|
||||
};
|
||||
|
||||
cmakeFlags = [
|
||||
# gtest no longer supports C++11.
|
||||
"-DCMAKE_CXX_STANDARD=14"
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ cmake gtest ];
|
||||
|
||||
buildInputs = [ boost gd libsndfile libmad libid3tag ];
|
||||
|
Loading…
Reference in New Issue
Block a user