pax-rs: restrict to Linux platforms
It fails to build on Darwin
This commit is contained in:
parent
d4cbc6707c
commit
a851074541
@ -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 =
|
||||
|
Loading…
x
Reference in New Issue
Block a user