Unverified Commit 94197a82 authored by Franz Pletz's avatar Franz Pletz
Browse files

libusbmuxd: reformat

parent dc57d69c
Loading
Loading
Loading
Loading
+11 −10
Original line number Diff line number Diff line
{ lib
, stdenv
, fetchFromGitHub
, autoreconfHook
, pkg-config
, libplist
, libimobiledevice-glue
{
  lib,
  stdenv,
  fetchFromGitHub,
  autoreconfHook,
  pkg-config,
  libplist,
  libimobiledevice-glue,
}:

stdenv.mkDerivation rec {
@@ -32,11 +33,11 @@ stdenv.mkDerivation rec {
    export RELEASE_VERSION=${version}
  '';

  meta = with lib; {
  meta = {
    description = "Client library to multiplex connections from and to iOS devices";
    homepage = "https://github.com/libimobiledevice/libusbmuxd";
    license = licenses.lgpl21Plus;
    platforms = platforms.unix;
    license = lib.licenses.lgpl21Plus;
    platforms = lib.platforms.unix;
    maintainers = [ ];
  };
}