Merge pull request #12271 from aespinosa/axel-buildable-on-osx
axel: mark as buildable on darwin
This commit is contained in:
commit
1617d3bcf6
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user