Unverified Commit 493eebd4 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

vvenc: enable doCheck (#443188)

parents 82567c8e ab731e3c
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";