flare-floss: refactor

This commit is contained in:
Fabian Affolter 2024-04-16 10:34:15 +02:00
parent fed6f67bd9
commit d181aa11d9
1 changed files with 2 additions and 2 deletions

View File

@ -24,11 +24,11 @@ python3.pkgs.buildPythonPackage rec {
--replace 'sigs_path = os.path.join(get_default_root(), "sigs")' 'sigs_path = "'"$out"'/share/flare-floss/sigs"'
'';
nativeBuildInputs = with python3.pkgs; [
build-system = with python3.pkgs; [
setuptools
];
propagatedBuildInputs = with python3.pkgs; [
dependencies = with python3.pkgs; [
binary2strings
halo
networkx