catfish: mark linux only

This commit is contained in:
Daiderd Jordan 2018-03-14 22:52:41 +01:00
parent a378141684
commit 12e87a1ffb
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -61,7 +61,7 @@ pythonPackages.buildPythonApplication rec {
options.
'';
license = licenses.gpl2Plus;
platforms = platforms.unix;
platforms = platforms.linux;
maintainers = [ maintainers.romildo ];
};
}