mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
attic: fix path to OPENSSL headers.
This commit is contained in:
parent
1036c66d43
commit
110333abd3
|
@ -11,6 +11,10 @@ python3Packages.buildPythonPackage rec {
|
|||
buildInputs = with python3Packages;
|
||||
[ cython msgpack openssl acl ];
|
||||
|
||||
preConfigure = ''
|
||||
export ATTIC_OPENSSL_PREFIX="${openssl}"
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A deduplication backup program";
|
||||
homepage = "https://attic-backup.org";
|
||||
|
|
Loading…
Reference in a new issue