Unverified Commit 9bec16ff authored by Donovan Glover's avatar Donovan Glover
Browse files

phoc: format with nixfmt

parent 1f2758af
Loading
Loading
Loading
Loading
+33 −29
Original line number Diff line number Diff line
{ lib
, stdenv
, stdenvNoCC
, fetchFromGitLab
, meson
, ninja
, pkg-config
, python3
, wayland-scanner
, wrapGAppsHook3
, libinput
, gobject-introspection
, mutter
, gnome-desktop
, glib
, gtk3
, json-glib
, wayland
, libdrm
, libxkbcommon
, wlroots_0_17
, xorg
, directoryListingUpdater
, nixosTests
, testers
, gmobile
{
  lib,
  stdenv,
  stdenvNoCC,
  fetchFromGitLab,
  meson,
  ninja,
  pkg-config,
  python3,
  wayland-scanner,
  wrapGAppsHook3,
  libinput,
  gobject-introspection,
  mutter,
  gnome-desktop,
  glib,
  gtk3,
  json-glib,
  wayland,
  libdrm,
  libxkbcommon,
  wlroots_0_17,
  xorg,
  directoryListingUpdater,
  nixosTests,
  testers,
  gmobile,
}:

stdenv.mkDerivation (finalAttrs: {
@@ -94,7 +95,10 @@ stdenv.mkDerivation (finalAttrs: {
    mainProgram = "phoc";
    homepage = "https://gitlab.gnome.org/World/Phosh/phoc";
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ masipcat zhaofengli ];
    maintainers = with maintainers; [
      masipcat
      zhaofengli
    ];
    platforms = platforms.linux;
  };
})