mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #18469 from mdorman/borgbackup-fix
Fix borgbackup dependency on lz4
This commit is contained in:
commit
41b1134680
1 changed files with 1 additions and 1 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue