Merge pull request #172771 from wkral/ogmtools-fix

ogmtools: fix build
This commit is contained in:
Janne Heß 2022-05-13 11:57:33 +02:00 committed by GitHub
commit 0027518c91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
buildInputs = [ libogg libvorbis libdvdread ];
NIX_CFLAGS_COMPILE = [ "-std=c++14" ];
meta = {
description = "Tools for modifying and inspecting OGG media streams";
longDescription = ''