mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
plover.dev: add missing setuptools dependency
Without this, it crashes instantly at startup looking for pkg_resources.
This commit is contained in:
parent
0f93c22626
commit
b954169efc
1 changed files with 1 additions and 1 deletions
|
@ -43,6 +43,6 @@
|
|||
postPatch = "sed -i /PyQt5/d setup.cfg";
|
||||
|
||||
checkInputs = [ pytest mock ];
|
||||
propagatedBuildInputs = [ Babel pyqt5 xlib pyserial appdirs wcwidth ];
|
||||
propagatedBuildInputs = [ Babel pyqt5 xlib pyserial appdirs wcwidth setuptools ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue