From 85951e2457267f10c3c47be1d49ed6cc3867ba03 Mon Sep 17 00:00:00 2001 From: isabel Date: Thu, 13 Mar 2025 12:10:08 +0000 Subject: [PATCH] python312Packages.typecode: fix build against file 5.46 --- pkgs/development/python-modules/typecode/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/python-modules/typecode/default.nix b/pkgs/development/python-modules/typecode/default.nix index 751f5b715a04..148fb1566f01 100644 --- a/pkgs/development/python-modules/typecode/default.nix +++ b/pkgs/development/python-modules/typecode/default.nix @@ -61,6 +61,11 @@ buildPythonPackage rec { # fails due to change in file (libmagic) 5.45 "test_doc_postscript_eps" "test_package_debian" + + # fails due to change in file (libmagic) 5.46 + "test_media_image_img" + "test_compiled_elf_so" + "test_compiled_elf_so_2" ]; pythonImportsCheck = [ "typecode" ];