pax-rs: restrict to Linux platforms

It fails to build on Darwin

(cherry picked from commit a851074541)
This commit is contained in:
Renaud
2019-05-03 21:53:48 +02:00
committed by c0bw3b
parent 1de46907c8
commit e7e7c71429

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 =