pax-rs: restrict to Linux platforms

It fails to build on Darwin
This commit is contained in:
Renaud 2019-05-03 21:53:48 +02:00 committed by GitHub
parent d4cbc6707c
commit a851074541
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ buildRustPackage rec {
homepage = https://github.com/nathan/pax;
license = licenses.mit;
maintainers = [ maintainers.klntsky ];
platforms = platforms.all;
platforms = platforms.linux;
};
src =