diff options
author | EuAndreh <eu@euandre.org> | 2021-02-27 23:18:05 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-02-27 23:18:05 -0300 |
commit | 580570708d65b81a92500fa94350516fd009dff1 (patch) | |
tree | f19497d2e1636edd43c1ab60837a9444e89978a8 /aux/guix/manifest.scm | |
parent | Update aux/workflow/dist.sh (diff) | |
download | remembering-580570708d65b81a92500fa94350516fd009dff1.tar.gz remembering-580570708d65b81a92500fa94350516fd009dff1.tar.xz |
manifest.scm: Fix misplaced dependency, use sharedc-latest
Diffstat (limited to 'aux/guix/manifest.scm')
-rw-r--r-- | aux/guix/manifest.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aux/guix/manifest.scm b/aux/guix/manifest.scm index 041bea8..c1086fc 100644 --- a/aux/guix/manifest.scm +++ b/aux/guix/manifest.scm @@ -21,4 +21,4 @@ clang-toolchain valgrind fallible-latest - remembering-latest))) + sharedc-latest))) |