axel: mark linux only
This commit is contained in:
parent
05f175e06a
commit
c195e52df5
@ -19,6 +19,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 = with platforms; linux ++ darwin;
|
platforms = with platforms; linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user