summaryrefslogtreecommitdiffstats
path: root/golang.scm
diff options
context:
space:
mode:
authormsglm <msglm@techchud.xyz>2024-04-08 14:44:43 -0500
committermsglm <msglm@techchud.xyz>2024-04-08 14:44:43 -0500
commitc085c5788c932d4b515ba871493268b1bb9d9c24 (patch)
treeb9a602a3f5b5048dd64c58abd9c954e14e5e54ad /golang.scm
parentb513dee983d319268c89966f9e22a64d6181097b (diff)
downloadguix-msglm-c085c5788c932d4b515ba871493268b1bb9d9c24.tar.gz
guix-msglm-c085c5788c932d4b515ba871493268b1bb9d9c24.tar.bz2
guix-msglm-c085c5788c932d4b515ba871493268b1bb9d9c24.zip
removed accidently added unfinished packages
Diffstat (limited to 'golang.scm')
-rw-r--r--golang.scm22
1 files changed, 0 insertions, 22 deletions
diff --git a/golang.scm b/golang.scm
index 44ff4ca..9d937fa 100644
--- a/golang.scm
+++ b/golang.scm
@@ -1326,28 +1326,6 @@ representations of JSON are semantically equal. Create a new")
"Package pq is a pure Go Postgres driver for the database/sql package.")
(license license:expat)))
-;(define-public go-github-com-mattn-go-sqlite3
-; (package
-; (name "go-github-com-mattn-go-sqlite3")
-; (version "1.14.22")
-; (source
-; (origin
-; (method git-fetch)
-; (uri (git-reference
-; (url "https://github.com/mattn/go-sqlite3")
-; (commit (string-append "v" version))))
-; (file-name (git-file-name name version))
-; (sha256
-; (base32 "05fcdh6likz0hkvxnrkz3r3l5gzxfjh93w5015m9hs1wi6qpdqyb"))))
-; (build-system go-build-system)
-; (arguments
-; (list
-; #:import-path "github.com/mattn/go-sqlite3"))
-; (home-page "https://github.com/mattn/go-sqlite3")
-; (synopsis "go-sqlite3")
-; (description "Package sqlite3 provides interface to SQLite3 databases.")
-; (license license:expat)))
-
(define-public go-github-com-mitchellh-mapstructure
(package
(name "go-github-com-mitchellh-mapstructure")