axel: enable darwin (#77593)

This derivation appears to work fine on Darwin.
This commit is contained in:
Lio李欧 2020-01-13 18:04:58 +08:00 committed by Jörg Thalheim
parent 2c962821f2
commit c926ef804f

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
description = "Console downloading program with some features for parallel connections for faster downloading";
homepage = "https://github.com/axel-download-accelerator/axel";
maintainers = with maintainers; [ pSub ];
platforms = with platforms; linux;
platforms = with platforms; unix;
license = licenses.gpl2;
};
}