1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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

View file

@ -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;
};
}