Unverified Commit 795ff850 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

ansel: fix build (#403369)

parents 346e8c0b a2e18fa8
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -71,9 +71,12 @@ let
    src = fetchFromGitHub {
      owner = "AOMediaCodec";
      repo = "libavif";
      rev = "v${version}";
      tag = "v${version}";
      hash = "sha256-mUi0DU99XV3FzUZ8/9uJZU+W3fc6Bk6+y6Z78IRZ9Qs=";
    };

    patches = [ ];
    doCheck = false;
  };
in
stdenv.mkDerivation {