From abd6ee794251579bb910533c5e982130d92cbd80 Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Fri, 18 Jun 2021 15:30:45 +0300 Subject: [PATCH] fix: add nonguix as dependency --- .guix-channel | 11 ++++++++++- README.org | 19 ++++++++++--------- 2 files changed, 20 insertions(+), 10 deletions(-) diff --git a/.guix-channel b/.guix-channel index d0cb4f5..30922df 100644 --- a/.guix-channel +++ b/.guix-channel @@ -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")))))) diff --git a/README.org b/README.org index 4e7ca85..94867f5 100644 --- a/README.org +++ b/README.org @@ -5,12 +5,13 @@ My Guix channel. 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 | | -| [[https://github.com/risacher/sunwait][sunwait]] | OK | Version number | -| [[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 | +| 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 | | +| [[https://github.com/risacher/sunwait][sunwait]] | OK | Version number | +| [[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 |