ogmtools: fix build
This commit is contained in:
parent
e680b5cf74
commit
f7958990af
1 changed files with 2 additions and 0 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue