mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
persepolis: add setuptools to propagatedBuildInputs
This commit is contained in:
parent
f26d770a7b
commit
b2068d3697
@ -6,6 +6,7 @@
|
||||
, pyqt5
|
||||
, requests
|
||||
, setproctitle
|
||||
, setuptools
|
||||
, sound-theme-freedesktop
|
||||
, youtube-dl
|
||||
}:
|
||||
@ -47,6 +48,7 @@ buildPythonApplication rec {
|
||||
pyqt5
|
||||
requests
|
||||
setproctitle
|
||||
setuptools
|
||||
sound-theme-freedesktop
|
||||
youtube-dl
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user