diff options
| -rw-r--r-- | manifest.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/manifest.scm b/manifest.scm index 696aba1..3fec294 100644 --- a/manifest.scm +++ b/manifest.scm @@ -17,8 +17,7 @@ ;;; along with guix-forge. If not, see ;;; <https://www.gnu.org/licenses/>. -(use-modules (forge tissue) - ((gnu packages fonts) #:prefix guix:) +(use-modules ((gnu packages fonts) #:prefix guix:) (guix packages)) ;; Install web fonts in font-charter and font-fira-code. There is a @@ -58,4 +57,4 @@ (find-files source "\\.(woff|woff2)$")))))))))) (packages->manifest - (list font-charter font-fira-code tissue)) + (list font-charter font-fira-code)) |
