mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
libtorrent-rasterbar: set meta.platforms to Unix
This commit is contained in:
parent
d426e9097c
commit
0f144feb31
1 changed files with 1 additions and 1 deletions
|
@ -38,6 +38,6 @@ stdenv.mkDerivation rec {
|
|||
description = "A C++ BitTorrent implementation focusing on efficiency and scalability";
|
||||
license = licenses.bsd3;
|
||||
maintainers = [ maintainers.phreedom ];
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue