python3Packages.ueberzug: limit to Linux (#437381)

authored by dotlambda and committed by GitHub f7bcfbfb 513edda8

+4 -3
+4 -3
pkgs/development/python-modules/ueberzug/default.nix
··· 50 51 pythonImportsCheck = [ "ueberzug" ]; 52 53 - meta = with lib; { 54 description = "Alternative for w3mimgdisplay"; 55 homepage = "https://github.com/ueber-devel/ueberzug"; 56 changelog = "https://github.com/ueber-devel/ueberzug/releases/tag/${version}"; 57 - license = licenses.gpl3Only; 58 mainProgram = "ueberzug"; 59 - maintainers = with maintainers; [ Br1ght0ne ]; 60 }; 61 }
··· 50 51 pythonImportsCheck = [ "ueberzug" ]; 52 53 + meta = { 54 description = "Alternative for w3mimgdisplay"; 55 homepage = "https://github.com/ueber-devel/ueberzug"; 56 changelog = "https://github.com/ueber-devel/ueberzug/releases/tag/${version}"; 57 + license = lib.licenses.gpl3Only; 58 mainProgram = "ueberzug"; 59 + maintainers = with lib.maintainers; [ Br1ght0ne ]; 60 + platforms = lib.platforms.linux; 61 }; 62 }