Add missing dep to nur.nix
This commit is contained in:
parent
110d3237a4
commit
5265d5183f
1 changed files with 5 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
buildPythonApplication,
|
||||
lib,
|
||||
nix-prefetch-git,
|
||||
aiohttp,
|
||||
git,
|
||||
nix,
|
||||
glibcLocales,
|
||||
|
|
@ -16,6 +17,10 @@ buildPythonApplication {
|
|||
|
||||
doCheck = false;
|
||||
|
||||
dependencies = [
|
||||
aiohttp
|
||||
];
|
||||
|
||||
makeWrapperArgs = [
|
||||
"--prefix"
|
||||
"PATH"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue