Commit ab731e3c authored by jopejoe1's avatar jopejoe1
Browse files

vvenc: enable doCheck

parent 5816a8aa
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -44,6 +44,8 @@ stdenv.mkDerivation (finalAttrs: {
    (lib.cmakeBool "BUILD_SHARED_LIBS" (!stdenv.hostPlatform.isStatic))
  ];

  doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform;

  passthru = {
    updateScript = gitUpdater {
      rev-prefix = "v";