Loading nixos/tests/phosh.nix +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ import ./make-test-python.nix ({ pkgs, ...}: let in { name = "phosh"; meta = with pkgs.lib.maintainers; { maintainers = [ tomfitzhenry zhaofengli ]; maintainers = [ zhaofengli ]; }; nodes = { Loading pkgs/applications/accessibility/squeekboard/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ stdenv.mkDerivation rec { description = "A virtual keyboard supporting Wayland"; homepage = "https://gitlab.gnome.org/World/Phosh/squeekboard"; license = licenses.gpl3Plus; maintainers = with maintainers; [ artturin tomfitzhenry ]; maintainers = with maintainers; [ artturin ]; platforms = platforms.linux; }; } pkgs/applications/audio/callaudiod/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ stdenv.mkDerivation rec { description = "Daemon for dealing with audio routing during phone calls"; homepage = "https://gitlab.com/mobian1/callaudiod"; license = licenses.gpl3Plus; maintainers = with maintainers; [ pacman99 tomfitzhenry ]; maintainers = with maintainers; [ pacman99 ]; platforms = platforms.linux; }; } pkgs/applications/misc/feedbackd/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ stdenv.mkDerivation rec { description = "A daemon to provide haptic (and later more) feedback on events"; homepage = "https://source.puri.sm/Librem5/feedbackd"; license = licenses.gpl3Plus; maintainers = with maintainers; [ pacman99 tomfitzhenry ]; maintainers = with maintainers; [ pacman99 ]; platforms = platforms.linux; }; } pkgs/applications/misc/phoc/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ stdenv.mkDerivation (finalAttrs: { mainProgram = "phoc"; homepage = "https://gitlab.gnome.org/World/Phosh/phoc"; license = licenses.gpl3Plus; maintainers = with maintainers; [ masipcat tomfitzhenry zhaofengli ]; maintainers = with maintainers; [ masipcat zhaofengli ]; platforms = platforms.linux; }; }) Loading
nixos/tests/phosh.nix +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ import ./make-test-python.nix ({ pkgs, ...}: let in { name = "phosh"; meta = with pkgs.lib.maintainers; { maintainers = [ tomfitzhenry zhaofengli ]; maintainers = [ zhaofengli ]; }; nodes = { Loading
pkgs/applications/accessibility/squeekboard/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ stdenv.mkDerivation rec { description = "A virtual keyboard supporting Wayland"; homepage = "https://gitlab.gnome.org/World/Phosh/squeekboard"; license = licenses.gpl3Plus; maintainers = with maintainers; [ artturin tomfitzhenry ]; maintainers = with maintainers; [ artturin ]; platforms = platforms.linux; }; }
pkgs/applications/audio/callaudiod/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ stdenv.mkDerivation rec { description = "Daemon for dealing with audio routing during phone calls"; homepage = "https://gitlab.com/mobian1/callaudiod"; license = licenses.gpl3Plus; maintainers = with maintainers; [ pacman99 tomfitzhenry ]; maintainers = with maintainers; [ pacman99 ]; platforms = platforms.linux; }; }
pkgs/applications/misc/feedbackd/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ stdenv.mkDerivation rec { description = "A daemon to provide haptic (and later more) feedback on events"; homepage = "https://source.puri.sm/Librem5/feedbackd"; license = licenses.gpl3Plus; maintainers = with maintainers; [ pacman99 tomfitzhenry ]; maintainers = with maintainers; [ pacman99 ]; platforms = platforms.linux; }; }
pkgs/applications/misc/phoc/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ stdenv.mkDerivation (finalAttrs: { mainProgram = "phoc"; homepage = "https://gitlab.gnome.org/World/Phosh/phoc"; license = licenses.gpl3Plus; maintainers = with maintainers; [ masipcat tomfitzhenry zhaofengli ]; maintainers = with maintainers; [ masipcat zhaofengli ]; platforms = platforms.linux; }; })