mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
aria2: Add platforms attribute
This commit is contained in:
parent
cc0f9acb53
commit
4140d6352e
@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
|
||||
description = "A lightweight, multi-protocol, multi-source, command-line download utility";
|
||||
maintainers = [ maintainers.koral ];
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user