diff options
author | Christopher Baines <mail@cbaines.net> | 2023-07-24 08:39:44 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-07-24 08:39:44 +0100 |
commit | 31e0571653b2cfd457cd28161db7e0043ac86fcb (patch) | |
tree | 68316877d4758af9d2eb5aad95ecd9132f2a55c3 | |
parent | bd99695556515759158ef2af17d4222951027e27 (diff) | |
download | bffe-31e0571653b2cfd457cd28161db7e0043ac86fcb.tar bffe-31e0571653b2cfd457cd28161db7e0043ac86fcb.tar.gz |
Use guile-next in guix-dev.scm
As it supports suspending soft ports.
-rw-r--r-- | guix-dev.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-dev.scm b/guix-dev.scm index 150252a..f7a2f91 100644 --- a/guix-dev.scm +++ b/guix-dev.scm @@ -55,7 +55,7 @@ guile-readline guile-prometheus guix-build-coordinator - guile-3.0-latest)) + guile-next)) (native-inputs (list autoconf automake |