3
0
Fork 0
forked from mirrors/nixpkgs

attic: fix path to OPENSSL headers.

This commit is contained in:
Wayne Scott 2014-12-17 16:55:28 -05:00 committed by Bjørn Forsman
parent 1036c66d43
commit 110333abd3

View file

@ -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";