borgbackup: move setuptools-scm to nativeBuildInputs
This commit is contained in:
parent
966e0302d5
commit
05bf5d726d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user