diff options
author | EuAndreh <eu@euandre.org> | 2021-03-03 17:39:48 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-03-03 17:39:48 -0300 |
commit | 42a3d5b7379b8a691cc7aeddbd55f498c28a5156 (patch) | |
tree | 92b88007ea5838c814eb83adfba3ebf717733a63 /aux/guix/manifest.scm | |
parent | Comment all unused C code (diff) | |
download | remembering-42a3d5b7379b8a691cc7aeddbd55f498c28a5156.tar.gz remembering-42a3d5b7379b8a691cc7aeddbd55f498c28a5156.tar.xz |
Remove sharedc dependency
Diffstat (limited to 'aux/guix/manifest.scm')
-rw-r--r-- | aux/guix/manifest.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/aux/guix/manifest.scm b/aux/guix/manifest.scm index c1086fc..388c824 100644 --- a/aux/guix/manifest.scm +++ b/aux/guix/manifest.scm @@ -20,5 +20,4 @@ posix-c99 clang-toolchain valgrind - fallible-latest - sharedc-latest))) + fallible-latest))) |