guix.scm: Remove dependency on guix. Now implicit.
Otherwise may cause errors due to current guix and guix defined in (gnu package-management).
This commit is contained in:
parent
80eae1a586
commit
1c3308eada
1 changed files with 1 additions and 2 deletions
3
guix.scm
3
guix.scm
|
@ -27,8 +27,7 @@
|
||||||
texinfo))
|
texinfo))
|
||||||
(inputs
|
(inputs
|
||||||
(list guile-3.0
|
(list guile-3.0
|
||||||
guile-gcrypt
|
guile-gcrypt))
|
||||||
guix))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list fuse-overlayfs))
|
(list fuse-overlayfs))
|
||||||
(synopsis "")
|
(synopsis "")
|
||||||
|
|
Loading…
Reference in a new issue