diff options
author | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:24:02 -0500 |
---|---|---|
committer | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:24:02 -0500 |
commit | 7baeb60e7e9e4f95a29093ad807b8d456d9c5a98 (patch) | |
tree | b9a602a3f5b5048dd64c58abd9c954e14e5e54ad /golang.scm | |
parent | 1bd86db6fad83dbd13fea6b3b48220e11710ace6 (diff) | |
download | guix-techchud-7baeb60e7e9e4f95a29093ad807b8d456d9c5a98.tar.gz guix-techchud-7baeb60e7e9e4f95a29093ad807b8d456d9c5a98.tar.bz2 guix-techchud-7baeb60e7e9e4f95a29093ad807b8d456d9c5a98.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") |