chore: explicitly depend on uiop

This commit is contained in:
eriedaberrie 2025-03-06 17:08:28 +00:00
parent 305da96244
commit 2e45066db1
3 changed files with 10 additions and 8 deletions

View file

@ -10,11 +10,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1719084187, "lastModified": 1741280860,
"narHash": "sha256-CPDgaFwExL5v7Y0IL6ID/wh9M7A0lGKOh1NS2CoglRM=", "narHash": "sha256-ppqlGaawmxXALJvge3VGmD064ZgypJ0WjioZErR7L1c=",
"owner": "eriedaberrie", "owner": "eriedaberrie",
"repo": "cl-hyprland-ipc", "repo": "cl-hyprland-ipc",
"rev": "5be47ac54bf6ce9e6ff0948d2933ab8590d19db7", "rev": "dc5944a58a83c475885b3601e2a41c740c048054",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -25,11 +25,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1737885589, "lastModified": 1741173522,
"narHash": "sha256-Zf0hSrtzaM1DEz8//+Xs51k/wdSajticVrATqDrfQjg=", "narHash": "sha256-k7VSqvv0r1r53nUI/IfPHCppkUAddeXn843YlAC5DR0=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "852ff1d9e153d8875a83602e03fdef8a63f0ecf8", "rev": "d69ab0d71b22fa1ce3dbeff666e6deb4917db049",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -19,7 +19,8 @@
#:lparallel #:lparallel
#:pathname-utils #:pathname-utils
#:serapeum #:serapeum
#:uax-15)) #:uax-15
#:uiop))
(asdf:defsystem sync-music/cli (asdf:defsystem sync-music/cli
:pathname #P"sync-music/" :pathname #P"sync-music/"

View file

@ -4,4 +4,5 @@
:entry-point "time-window:main" :entry-point "time-window:main"
:components ((:file "package") :components ((:file "package")
(:file "time-window" :depends-on ("package"))) (:file "time-window" :depends-on ("package")))
:depends-on (#:cl-hyprland-ipc)) :depends-on (#:cl-hyprland-ipc
#:uiop))