diff options
author | msglm <msglm@techchud.xyz> | 2024-04-08 14:44:43 -0500 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2024-04-08 14:44:43 -0500 |
commit | c085c5788c932d4b515ba871493268b1bb9d9c24 (patch) | |
tree | b9a602a3f5b5048dd64c58abd9c954e14e5e54ad /golang.scm | |
parent | b513dee983d319268c89966f9e22a64d6181097b (diff) | |
download | guix-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.scm | 22 |
1 files changed, 0 insertions, 22 deletions
@@ -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") |