megasync: format with nixfmt

This commit is contained in:
Patrick Hilhorst 2020-02-26 13:54:00 +01:00
parent bee470ef9a
commit 5e55ebb2b4
No known key found for this signature in database
GPG Key ID: 589BB0A8DAFEF2B2

View File

@ -1,28 +1,6 @@
{ stdenv { stdenv, autoconf, automake, c-ares, cryptopp, curl, doxygen, fetchFromGitHub
, autoconf , ffmpeg, libmediainfo, libraw, libsodium, libtool, libuv, libzen, lsb-release
, automake , mkDerivation, pkgconfig, qtbase, qttools, sqlite, swig, unzip, wget }:
, c-ares
, cryptopp
, curl
, doxygen
, fetchFromGitHub
, ffmpeg
, libmediainfo
, libraw
, libsodium
, libtool
, libuv
, libzen
, lsb-release
, mkDerivation
, pkgconfig
, qtbase
, qttools
, sqlite
, swig
, unzip
, wget
}:
mkDerivation rec { mkDerivation rec {
pname = "megasync"; pname = "megasync";
@ -36,15 +14,8 @@ mkDerivation rec {
fetchSubmodules = true; fetchSubmodules = true;
}; };
nativeBuildInputs = [ nativeBuildInputs =
autoconf [ autoconf automake doxygen lsb-release pkgconfig qttools swig ];
automake
doxygen
lsb-release
pkgconfig
qttools
swig
];
buildInputs = [ buildInputs = [
c-ares c-ares
cryptopp cryptopp
@ -114,8 +85,9 @@ mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Easy automated syncing between your computers and your MEGA Cloud Drive"; description =
homepage = https://mega.nz/; "Easy automated syncing between your computers and your MEGA Cloud Drive";
homepage = "https://mega.nz/";
license = licenses.unfree; license = licenses.unfree;
platforms = [ "i686-linux" "x86_64-linux" ]; platforms = [ "i686-linux" "x86_64-linux" ];
maintainers = [ maintainers.michojel ]; maintainers = [ maintainers.michojel ];