diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2020-04-07 17:07:51 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2020-04-07 17:07:51 -0400 |
commit | cf415ccdf952c762f31f8ceaa7bdc7fe6feaf5ff (patch) | |
tree | 2a6576597834ea0901ace487cd34b8aaedbfd9d7 | |
parent | d7bf40e63d78e19c8f93d226d02097eb89edbbf7 (diff) |
Update guix.scm to be compatible with recent versions of Guix.
-rw-r--r-- | guix.scm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ (use-modules (guix profiles) (gnu packages base) - (gnu packages guile)) + (gnu packages guile) + (gnu packages guile-xyz)) (packages->manifest (list glibc |