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:
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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user