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 ];
|
buildInputs = [ libogg libvorbis libdvdread ];
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = [ "-std=c++14" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Tools for modifying and inspecting OGG media streams";
|
description = "Tools for modifying and inspecting OGG media streams";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
|
Loading…
Reference in a new issue