mirror of
https://github.com/SqrtMinusOne/channel-q.git
synced 2025-12-10 11:43:03 +03:00
fix: add nonguix as dependency
This commit is contained in:
parent
6b1d490b52
commit
abd6ee7942
2 changed files with 20 additions and 10 deletions
|
|
@ -1,2 +1,11 @@
|
|||
(channel
|
||||
(version 0))
|
||||
(version 0)
|
||||
(dependencies
|
||||
(channel
|
||||
(name nonguix)
|
||||
(url "https://gitlab.com/nonguix/nonguix")
|
||||
(introduction
|
||||
(channel-introduction
|
||||
(version 0)
|
||||
(commit "897c1a470da759236cc11798f4e0a5f7d4d59fbc")
|
||||
(signer "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))))
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ I'll probably push what I can upstream when I figure Guix out.
|
|||
|
||||
* Status
|
||||
| Software | Status | Problems |
|
||||
|-----------------+--------+----------------------------------------------|
|
||||
|-----------------+----------+----------------------------------------------|
|
||||
| [[https://gitlab.com/dwt1/shell-color-scripts][dt-colorscripts]] | OK | Check for implicit dependencies |
|
||||
| [[https://yadm.io/][yadm]] | OK | Check for implicit dependencies; description |
|
||||
| [[https://github.com/SqrtMinusOne/mpd-watcher][mpd-watcher]] | OK | |
|
||||
|
|
@ -14,3 +14,4 @@ I'll probably push what I can upstream when I figure Guix out.
|
|||
| [[https://github.com/deajan/osync][osync]] | Works | Requires shell commands as propagated-inputs |
|
||||
| [[https://starship.rs/][starship]] | Works | Tests fail |
|
||||
| [[https://github.com/gauteh/lieer][lieer]] | Works | Tests fail for dependencies |
|
||||
| [[https://activitywatch.net/][ActivityWatch]] | Works... | Except for aw-qt. Installation from binaries |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue