mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
axel: enable darwin (#77593)
This derivation appears to work fine on Darwin.
This commit is contained in:
parent
2c962821f2
commit
c926ef804f
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue