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:
Anton Mosich
2025-05-01 19:32:06 +02:00
parent 5b4f88574c
commit a2e18fa892
+4 -1
View File
@@ -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 {