yle-dl: enable on unix

Thanks @sikmir

Co-authored-by: Nikolay Korotkiy <sikmir@gmail.com>
This commit is contained in:
Sandro
2020-10-28 13:47:13 -07:00
committed by Jonathan Ringer
co-authored by Nikolay Korotkiy
parent cedc271c91
commit 99bf27cc45
+1 -1
View File
@@ -24,6 +24,6 @@ python3Packages.buildPythonApplication rec {
homepage = "https://aajanki.github.io/yle-dl/";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ dezgeg SuperSandro2000 ];
platforms = platforms.linux;
platforms = platforms.unix;
};
}