summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorAllan Espinosa <allan.espinosa@outlook.com>2016-01-09 12:37:16 -0600
committerAllan Espinosa <allan.espinosa@outlook.com>2016-01-09 12:37:16 -0600
commitd0e1ee6e55e3aca90a1763b7325586385eda69ee (patch)
tree3610e66f678949b2192bc351f879c5f14c622635 /pkgs/tools
parentc03fe792656b506b40e18d9c070d0bad8f7f1c3e (diff)
downloadnixlib-d0e1ee6e55e3aca90a1763b7325586385eda69ee.tar
nixlib-d0e1ee6e55e3aca90a1763b7325586385eda69ee.tar.gz
nixlib-d0e1ee6e55e3aca90a1763b7325586385eda69ee.tar.bz2
nixlib-d0e1ee6e55e3aca90a1763b7325586385eda69ee.tar.lz
nixlib-d0e1ee6e55e3aca90a1763b7325586385eda69ee.tar.xz
nixlib-d0e1ee6e55e3aca90a1763b7325586385eda69ee.tar.zst
nixlib-d0e1ee6e55e3aca90a1763b7325586385eda69ee.zip
axel: mark as buildable on darwin
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 017492f28b5b..3fb04c16ee76 100644
--- a/pkgs/tools/networking/axel/default.nix
+++ b/pkgs/tools/networking/axel/default.nix
@@ -17,6 +17,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 = platforms.linux;
+    platforms = with platforms; linux ++ darwin;
   };
 }