aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-11-04 17:56:14 -0300
committerEuAndreh <eu@euandre.org>2022-11-04 17:56:14 -0300
commit4267a2e42eb180d751c632b814c014a232f38988 (patch)
treef7cce0e5733fc4af1c2936aceade2745f3d82e5a
parentsrc/xyz/euandreh/queue.scm: s/python-remhind/remhind/ (diff)
downloadpackage-repository-4267a2e42eb180d751c632b814c014a232f38988.tar.gz
package-repository-4267a2e42eb180d751c632b814c014a232f38988.tar.xz
src/xyz/euandreh/queue.scm: Move libnotify to native-inputs
-rw-r--r--src/xyz/euandreh/queue.scm5
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