python3Packages.ueberzug: limit to Linux (#437381)
This commit is contained in:
@@ -50,12 +50,13 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "ueberzug" ];
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Alternative for w3mimgdisplay";
|
||||
homepage = "https://github.com/ueber-devel/ueberzug";
|
||||
changelog = "https://github.com/ueber-devel/ueberzug/releases/tag/${version}";
|
||||
license = licenses.gpl3Only;
|
||||
license = lib.licenses.gpl3Only;
|
||||
mainProgram = "ueberzug";
|
||||
maintainers = with maintainers; [ Br1ght0ne ];
|
||||
maintainers = with lib.maintainers; [ Br1ght0ne ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user