Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python311Packages.pysigma-backend-elasticsearch: refactor

+2 -2
+2 -2
pkgs/development/python-modules/pysigma-backend-elasticsearch/default.nix
··· 27 --replace-fail " --cov=sigma --cov-report term --cov-report xml:cov.xml" "" 28 ''; 29 30 - nativeBuildInputs = [ 31 poetry-core 32 ]; 33 34 - propagatedBuildInputs = [ 35 pysigma 36 ]; 37
··· 27 --replace-fail " --cov=sigma --cov-report term --cov-report xml:cov.xml" "" 28 ''; 29 30 + build-system = [ 31 poetry-core 32 ]; 33 34 + dependencies = [ 35 pysigma 36 ]; 37