lgogdownloader: formatting

This commit is contained in:
0x4A6F 2021-08-27 01:42:04 +02:00
parent bb877fadee
commit 43270a5081
No known key found for this signature in database
GPG Key ID: 8DEDBA5BE07080E1

View File

@ -1,4 +1,5 @@
{ lib, stdenv { lib
, stdenv
, fetchFromGitHub , fetchFromGitHub
, cmake , cmake
, pkg-config , pkg-config
@ -23,9 +24,21 @@ stdenv.mkDerivation rec {
sha256 = "sha256-LywFJCZevlhthOkAZo7JkXcPT9V6Zh28VD/MVQnMQjo="; sha256 = "sha256-LywFJCZevlhthOkAZo7JkXcPT9V6Zh28VD/MVQnMQjo=";
}; };
nativeBuildInputs = [ cmake pkg-config help2man ]; nativeBuildInputs = [
cmake
pkg-config
help2man
];
buildInputs = [ boost curl htmlcxx jsoncpp liboauth rhash tinyxml-2 ]; buildInputs = [
boost
curl
htmlcxx
jsoncpp
liboauth
rhash
tinyxml-2
];
doInstallCheck = true; doInstallCheck = true;
installCheckPhase = '' installCheckPhase = ''