mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
borgbackup: move setuptools-scm to nativeBuildInputs
This commit is contained in:
parent
966e0302d5
commit
05bf5d726d
1 changed files with 2 additions and 1 deletions
|
@ -10,11 +10,12 @@ python3.pkgs.buildPythonApplication rec {
|
|||
};
|
||||
|
||||
nativeBuildInputs = with python3.pkgs; [
|
||||
setuptools-scm
|
||||
# For building documentation:
|
||||
sphinx guzzle_sphinx_theme
|
||||
];
|
||||
buildInputs = [
|
||||
libb2 lz4 zstd openssl python3.pkgs.setuptools_scm
|
||||
libb2 lz4 zstd openssl
|
||||
] ++ lib.optionals stdenv.isLinux [ acl ];
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
cython llfuse
|
||||
|
|
Loading…
Reference in a new issue