borgbackup: move setuptools-scm to nativeBuildInputs

This commit is contained in:
Robert Schütz 2021-03-23 12:14:33 +01:00
parent 966e0302d5
commit 05bf5d726d

View File

@ -10,11 +10,12 @@ python3.pkgs.buildPythonApplication rec {
}; };
nativeBuildInputs = with python3.pkgs; [ nativeBuildInputs = with python3.pkgs; [
setuptools-scm
# For building documentation: # For building documentation:
sphinx guzzle_sphinx_theme sphinx guzzle_sphinx_theme
]; ];
buildInputs = [ buildInputs = [
libb2 lz4 zstd openssl python3.pkgs.setuptools_scm libb2 lz4 zstd openssl
] ++ lib.optionals stdenv.isLinux [ acl ]; ] ++ lib.optionals stdenv.isLinux [ acl ];
propagatedBuildInputs = with python3.pkgs; [ propagatedBuildInputs = with python3.pkgs; [
cython llfuse cython llfuse