axel: enable darwin (#77593)
This derivation appears to work fine on Darwin.
This commit is contained in:
parent
2c962821f2
commit
c926ef804f
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user