ogmtools: fix build

This commit is contained in:
William Kral 2022-05-12 14:54:38 -07:00
parent e680b5cf74
commit f7958990af

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 = ''