ansel: fix build
27b5da7290 updated libavif and added
patches and enabled tests. This reverts both those changes to make the
overridden version build again.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user