auditwheel: set meta.platforms

Upstream supports linux only, as this package audits
manylinux wheels: https://github.com/pypa/auditwheel#installation
This commit is contained in:
Ryan Burns 2021-11-04 17:59:14 -07:00
parent 8aba57cfc9
commit a4ec5fa360

@ -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;
};
}