diff options
-rw-r--r-- | src/xyz/euandreh/queue.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/xyz/euandreh/queue.scm b/src/xyz/euandreh/queue.scm index 0a0bf25..1425fc8 100644 --- a/src/xyz/euandreh/queue.scm +++ b/src/xyz/euandreh/queue.scm @@ -368,9 +368,10 @@ It has no external dependencies.") (sha256 (base32 "1b0f2h76l9grhyplda2ny02ifqgmc7mf2nxwl0f839pvmcy5dyp4")))) (build-system python-build-system) + (native-inputs + (list libnotify)) (propagated-inputs - (list libnotify - python-aionotify + (list python-aionotify python-dateutil python-icalendar python-pygobject |