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;
|
buildInputs = with python3Packages;
|
||||||
[ cython msgpack openssl acl ];
|
[ cython msgpack openssl acl ];
|
||||||
|
|
||||||
|
preConfigure = ''
|
||||||
|
export ATTIC_OPENSSL_PREFIX="${openssl}"
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A deduplication backup program";
|
description = "A deduplication backup program";
|
||||||
homepage = "https://attic-backup.org";
|
homepage = "https://attic-backup.org";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user