androguard: override sqlalchemy to unbreak dataset

This commit is contained in:
Robert Schütz
2026-01-07 07:58:57 -08:00
parent 57dae9946d
commit 99a1d8d309
2 changed files with 12 additions and 2 deletions
+12
View File
@@ -0,0 +1,12 @@
{
python3Packages,
}:
let
pythonPackages = python3Packages.overrideScope (
self: super: {
sqlalchemy = self.sqlalchemy_1_4;
}
);
in
pythonPackages.toPythonApplication pythonPackages.androguard
-2
View File
@@ -10048,8 +10048,6 @@ with pkgs;
useQt6 = true;
};
androguard = with python3.pkgs; toPythonApplication androguard;
dejavu_fonts = lowPrio (callPackage ../data/fonts/dejavu-fonts { });
# solve collision for nix-env before https://github.com/NixOS/nix/pull/815