borgbackup: cython is only required at build-time
This commit is contained in:
parent
43337d4f93
commit
9b46fd9ba0
1 changed files with 1 additions and 1 deletions
|
@ -27,6 +27,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
'';
|
||||
|
||||
nativeBuildInputs = with python3.pkgs; [
|
||||
cython
|
||||
setuptools-scm
|
||||
# For building documentation:
|
||||
sphinx
|
||||
|
@ -43,7 +44,6 @@ python3.pkgs.buildPythonApplication rec {
|
|||
];
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
cython
|
||||
msgpack
|
||||
packaging
|
||||
(if stdenv.isLinux then pyfuse3 else llfuse)
|
||||
|
|
Loading…
Reference in a new issue