jesec-rtorrent: clean up formatting

This commit is contained in:
Winter 2022-04-21 19:49:32 -04:00
parent 6d5589346b
commit 73ff43b391
2 changed files with 4 additions and 1 deletions

View file

@ -39,8 +39,8 @@ stdenv.mkDerivation rec {
++ lib.optional (!jsonRpcSupport) "-DUSE_JSONRPC=NO"
++ lib.optional (!xmlRpcSupport) "-DUSE_XMLRPC=NO";
doCheck = true;
checkInputs = [
gtest
];

View file

@ -21,15 +21,18 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
cmake
];
buildInputs = [
openssl
zlib
];
doCheck = true;
preCheck = ''
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH''${LD_LIBRARY_PATH:+:}$PWD
'';
checkInputs = [
gtest
];