auditwheel: set meta.platforms

Upstream supports linux only, as this package audits
manylinux wheels: https://github.com/pypa/auditwheel#installation
main
Ryan Burns 3 years ago
parent 8aba57cfc9
commit a4ec5fa360
  1. 1
      pkgs/tools/package-management/auditwheel/default.nix

@ -52,5 +52,6 @@ python3.pkgs.buildPythonApplication rec {
bsd3 # from https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-projects/pax-utils/lddtree.py
];
maintainers = with maintainers; [ davhau ];
platforms = platforms.linux;
};
}

Loading…
Cancel
Save