Merge pull request #21555 from joachifm/borgbackup-cleanup

borgbackup: cleanup inputs
This commit is contained in:
Jörg Thalheim 2017-01-01 09:05:39 +01:00 committed by GitHub
commit db0a2c80e5

View file

@ -15,11 +15,12 @@ python3Packages.buildPythonApplication rec {
# For building documentation:
sphinx sphinx_rtd_theme
];
propagatedBuildInputs = [
acl lz4 openssl
] ++ (with python3Packages; [
cython msgpack llfuse tox detox setuptools_scm
]);
buildInputs = [
acl lz4 openssl python3Packages.setuptools_scm
];
propagatedBuildInputs = with python3Packages; [
cython llfuse msgpack
];
preConfigure = ''
export BORG_OPENSSL_PREFIX="${openssl.dev}"