Fix borgbackup dependency on lz4

This commit is contained in:
Michael Alan Dorman 2016-09-09 11:24:00 -04:00
parent b2113f7893
commit 739b058779

View File

@ -23,7 +23,7 @@ python3Packages.buildPythonApplication rec {
preConfigure = ''
export BORG_OPENSSL_PREFIX="${openssl.dev}"
export BORG_LZ4_PREFIX="${lz4}"
export BORG_LZ4_PREFIX="${lz4.dev}"
'';
postInstall = ''