borgbackup: use correct output for zstd headers
This commit is contained in:
parent
f146d46156
commit
6761a8ebf6
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
export BORG_OPENSSL_PREFIX="${openssl.dev}"
|
||||
export BORG_LZ4_PREFIX="${lz4.dev}"
|
||||
export BORG_LIBB2_PREFIX="${libb2}"
|
||||
export BORG_LIBZSTD_PREFIX="${zstd}"
|
||||
export BORG_LIBZSTD_PREFIX="${zstd.dev}"
|
||||
'';
|
||||
|
||||
makeWrapperArgs = [
|
||||
|
|
Loading…
Reference in a new issue