Unverified Commit 5a476aa1 authored by seth's avatar seth
Browse files

libmatroska: remove unnecessary cmake flag

not exactly sure why this was here?
parent 9f208ba0
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -25,10 +25,7 @@ stdenv.mkDerivation rec {

  buildInputs = [ libebml ];

  cmakeFlags = [
    "-DBUILD_SHARED_LIBS=YES"
    "-DCMAKE_INSTALL_PREFIX="
  ];
  cmakeFlags = [ "-DBUILD_SHARED_LIBS=YES" ];

  meta = {
    description = "Library to parse Matroska files";