rofimoji: add setuptools to nativeBuildInputs
This commit is contained in:
parent
6350a26496
commit
2138aa977e
1 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{ buildPythonApplication
|
||||
, fetchFromGitHub
|
||||
, lib
|
||||
, python3
|
||||
|
||||
, waylandSupport ? true
|
||||
, x11Support ? true
|
||||
|
@ -25,6 +26,10 @@ buildPythonApplication rec {
|
|||
sha256 = "sha256-6W/59DjxrgejHSkNxpruDAws812Vjyf+GePDPbXzVbc=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
python3.pkgs.setuptools
|
||||
];
|
||||
|
||||
# `rofi` and the `waylandSupport` and `x11Support` dependencies
|
||||
# contain binaries needed at runtime.
|
||||
propagatedBuildInputs = with lib; [ configargparse rofi ]
|
||||
|
|
Loading…
Reference in a new issue