axel: mark as buildable on darwin

This commit is contained in:
Allan Espinosa 2016-01-09 12:37:16 -06:00
parent c03fe79265
commit d0e1ee6e55
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,6 @@ stdenv.mkDerivation rec {
description = "Console downloading program with some features for parallel connections for faster downloading"; description = "Console downloading program with some features for parallel connections for faster downloading";
homepage = http://axel.alioth.debian.org/; homepage = http://axel.alioth.debian.org/;
maintainers = with maintainers; [ pSub ]; maintainers = with maintainers; [ pSub ];
platforms = platforms.linux; platforms = with platforms; linux ++ darwin;
}; };
} }