catfish: mark linux only
This commit is contained in:
parent
a378141684
commit
12e87a1ffb
|
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue