about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2019-05-03 21:53:48 +0200
committerGitHub <noreply@github.com>2019-05-03 21:53:48 +0200
commita851074541f6af962fdaab0d6f00d9f31115e5c0 (patch)
tree72153fb443dd7886daf9ef407698a166bc9dfa44 /pkgs/development/tools
parentd4cbc6707ca2702bd41229ecbc0cbad460ad0c90 (diff)
downloadnixlib-a851074541f6af962fdaab0d6f00d9f31115e5c0.tar
nixlib-a851074541f6af962fdaab0d6f00d9f31115e5c0.tar.gz
nixlib-a851074541f6af962fdaab0d6f00d9f31115e5c0.tar.bz2
nixlib-a851074541f6af962fdaab0d6f00d9f31115e5c0.tar.lz
nixlib-a851074541f6af962fdaab0d6f00d9f31115e5c0.tar.xz
nixlib-a851074541f6af962fdaab0d6f00d9f31115e5c0.tar.zst
nixlib-a851074541f6af962fdaab0d6f00d9f31115e5c0.zip
pax-rs: restrict to Linux platforms
It fails to build on Darwin
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/pax-rs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/pax-rs/default.nix b/pkgs/development/tools/pax-rs/default.nix
index 7c52a13b7e72..a3dc7bd16ce0 100644
--- a/pkgs/development/tools/pax-rs/default.nix
+++ b/pkgs/development/tools/pax-rs/default.nix
@@ -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 =