catfish: mark linux only

This commit is contained in:
Daiderd Jordan
2018-04-05 20:05:18 +02:00
parent a378141684
commit 12e87a1ffb
+1 -1
View File
@@ -61,7 +61,7 @@ pythonPackages.buildPythonApplication rec {
options. options.
''; '';
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.unix; platforms = platforms.linux;
maintainers = [ maintainers.romildo ]; maintainers = [ maintainers.romildo ];
}; };
} }