lgogdownloader: formatting

mullvad-ns
0x4A6F 3 years ago
parent bb877fadee
commit 43270a5081
No known key found for this signature in database
GPG Key ID: 8DEDBA5BE07080E1
  1. 19
      pkgs/games/lgogdownloader/default.nix

@ -1,4 +1,5 @@
{ lib, stdenv
{ lib
, stdenv
, fetchFromGitHub
, cmake
, pkg-config
@ -23,9 +24,21 @@ stdenv.mkDerivation rec {
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;
installCheckPhase = ''

Loading…
Cancel
Save