29 python.pkgs.buildPythonApplication rec {
34 src = fetchFromGitHub {
37 rev = "refs/tags/v${version}";
38 hash = "sha256-LMrsJnJXmn+rneIslAaoIpwOyPVIVjOyu49O+7J/nIs=";
40 # Remove documentation as it contains references to nix store
43 find "$out" -name '*.md' ! -name "README.md" -exec rm -f '{}' \;
60 nativeBuildInputs = [ setuptools ];
62 propagatedBuildInputs = [
80 pythonImportsCheck = [ "sbomnix" ];
81 # Tests require network access
85 description = "Utilities to help with software supply chain challenges on nix targets";
86 homepage = "https://github.com/tiiuae/sbomnix";
87 license = with licenses; [
92 maintainers = with maintainers; [