summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2018-03-14 20:49:54 +0100
committerDaiderd Jordan <daiderd@gmail.com>2018-04-05 20:05:01 +0200
commitc195e52df5ee010bba5ff6478cdccb6dbe3c5820 (patch)
treef3091dee1ef92201333c16d0430a1c03fe7cc3a7 /pkgs/tools
parent05f175e06ad6c77e5a345966c5e2912fc437b8f9 (diff)
downloadnixlib-c195e52df5ee010bba5ff6478cdccb6dbe3c5820.tar
nixlib-c195e52df5ee010bba5ff6478cdccb6dbe3c5820.tar.gz
nixlib-c195e52df5ee010bba5ff6478cdccb6dbe3c5820.tar.bz2
nixlib-c195e52df5ee010bba5ff6478cdccb6dbe3c5820.tar.lz
nixlib-c195e52df5ee010bba5ff6478cdccb6dbe3c5820.tar.xz
nixlib-c195e52df5ee010bba5ff6478cdccb6dbe3c5820.tar.zst
nixlib-c195e52df5ee010bba5ff6478cdccb6dbe3c5820.zip
axel: mark linux only
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/networking/axel/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/axel/default.nix b/pkgs/tools/networking/axel/default.nix
index c9d689b8b2c1..2155d3c1b3d8 100644
--- a/pkgs/tools/networking/axel/default.nix
+++ b/pkgs/tools/networking/axel/default.nix
@@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
     description = "Console downloading program with some features for parallel connections for faster downloading";
     homepage = http://axel.alioth.debian.org/;
     maintainers = with maintainers; [ pSub ];
-    platforms = with platforms; linux ++ darwin;
+    platforms = with platforms; linux;
   };
 }