libtorrent-rasterbar: set meta.platforms to Unix

This commit is contained in:
Vincent Laporte 2017-11-11 16:36:36 +00:00
parent d426e9097c
commit 0f144feb31
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -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;
};
}