From e5a300fc7eb81bbb16da25768a0efa3f35c83370 Mon Sep 17 00:00:00 2001 From: Noah Metz Date: Tue, 16 Aug 2022 17:01:15 -0600 Subject: [PATCH] Removed nonguix depedency --- .guix-channel | 12 +----------- homelab.scm | 7 +++---- 2 files changed, 4 insertions(+), 15 deletions(-) diff --git a/.guix-channel b/.guix-channel index c14d9ed..a86f394 100644 --- a/.guix-channel +++ b/.guix-channel @@ -1,12 +1,2 @@ (channel - (version 0) - (dependencies - (channel - (name 'nonguix) - (url "https://gitlab.com/nonguix/nonguix") - (introduction - (make-channel-introduction - "897c1a470da759236cc11798f4e0a5f7d4d59fbc" - (openpgp-fingerprint - "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5")))))) - + (version 0)) diff --git a/homelab.scm b/homelab.scm index a5faaeb..277fba6 100644 --- a/homelab.scm +++ b/homelab.scm @@ -1,6 +1,5 @@ (define-module (homelab) #:use-module ((guix licenses) #:prefix licenses:) - #:use-module (nonguix licenses) #:use-module (gnu packages) #:use-module (gnu packages base) #:use-module (gnu packages autotools) @@ -116,7 +115,7 @@ (synopsis "C++ Library for Ledger Hardware Wallets") (description "C++ Library for Ledger Hardware Wallets") (home-page "https://www.ledger.com/") - (license licenses:expat))) + (license licenses:gpl3+))) (define-public vim-guile (package @@ -136,7 +135,7 @@ (synopsis "Syntax highlighting and file type detect of GNU Guile code in Vim") (description "Provides syntax highlighting and file type detection for GNU Guile files with the .scm extension.") (home-page "https://gitlab.com/HiPhish/guile.vim") - (license licenses:expat))) + (license licenses:gpl3+))) (define-public vimwiki (package @@ -156,7 +155,7 @@ ("syntax" "share/vim/vimfiles/") ("test" "share/vim/vimfiles/")))) (synopsis "A personal wiki plugin for vim") - (license licenses:expat) + (license licenses:gpl3+) (home-page "https://github.com/vimwiki/vimwiki") (description "VimWiki is a personal wiki for Vim -- a number of linked text files that have their own syntax highlighting. With VimWiki, you can: - Organize notes and ideas