aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2023-04-22 18:13:37 +0200
committerLeo Famulari <leo@famulari.name>2023-04-23 10:53:17 -0400
commitdf257ff46875566d0af47d8cdd0b7c5a6ba3206e (patch)
tree9ba5ba37861d8fb9a8f933a825080023de161a17 /gnu/packages
parentbcf63e6bf2ed3dec447d5c2fa3bc67b784eacbe1 (diff)
downloadguix-df257ff46875566d0af47d8cdd0b7c5a6ba3206e.tar.gz
guix-df257ff46875566d0af47d8cdd0b7c5a6ba3206e.zip
gnu: Remove go-github.com-howeyc-gopass.
* gnu/packages/terminals.scm (go-github.com-howeyc-gopass): Delete variable. Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/terminals.scm27
1 files changed, 0 insertions, 27 deletions
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 51b135c99d..ef9f16bce5 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -1043,33 +1043,6 @@ usable with any list--including files, command history, processes and more.")
("findutils" ,findutils)
("ncurses" ,ncurses)))))
-(define-public go-github.com-howeyc-gopass
- (let ((commit "bf9dde6d0d2c004a008c27aaee91170c786f6db8")
- (revision "0"))
- (package
- (name "go-github.com-howeyc-gopass")
- (version (git-version "0.0.0" revision commit))
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/howeyc/gopass")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1jxzyfnqi0h1fzlsvlkn10bncic803bfhslyijcxk55mgh297g45"))))
- (build-system go-build-system)
- (arguments
- '(#:import-path "github.com/howeyc/gopass"))
- (propagated-inputs
- (list go-golang-org-x-crypto))
- (synopsis "Retrieve password from a terminal or piped input in Go")
- (description
- "@code{gopass} is a Go package for retrieving a password from user
-terminal or piped input.")
- (home-page "https://github.com/howeyc/gopass")
- (license license:isc))))
-
(define-public python-pyte
(package
(name "python-pyte")
ooltip'>This is a follow-up to commit 0fe1fba4af41f267c4bb2c006fb37f42422ab703. * .gitignore: s/guix-authenticate/authenticate/ Marius Bakke 2018-06-14Remove 'guix-register' and its traces....* Makefile.am (SH_TESTS): Remove tests/guix-register.sh. * build-aux/pre-inst-env.in (GUIX_REGISTER): Remove. * gnu/build/install.scm (directives): Remove outdated comment. * gnu/build/vm.scm (root-partition-initializer): Update comment. * gnu/packages/package-management.scm (guix-register): Remove. * guix/config.scm.in (%sbindir, %guix-register-program): Remove. * guix/scripts/system.scm (install): Adjust docstring. * guix/self.scm (make-config.scm): Remove #:guix. Do not generate %sbindir and %guix-register-program. (specification->package): Remove "guix". * nix/guix-register/guix-register.cc: Remove. * nix/libstore/store-api.cc (decodeValidPathInfo): Remove. * nix/libstore/store-api.hh (decodeValidPathInfo): Remove declaration. * nix/local.mk (sbin_PROGRAMS, guix_register_SOURCES) (guix_register_CPPFLAGS, guix_register_LDFLAGS): Remove. * tests/guix-register.sh: Remove. Ludovic Courtès 2018-06-12.gitignore: Add doc/stamp-[0-9].Ludovic Courtès 2018-04-19gnu: doc: Allow documentation to be translated....* po/doc/contributing.pot: New file. * po/doc/guix.pot: New file. * po/doc/local.mk: New file. * Makefile.am: Include it. Add gettext command. Add silent rules for po4a. * configure.ac: Look for po4a-translate and po4a-updatepo. * doc/local.mk: Add rules to generate translated texi files. (TRANSLATED_INFO): New variable. (BUILT_SOURCES, EXTRA_DIST, MAINTAINERCLEANFILES): Add it. * .gitignore: Add generated files. Julien Lepiller 2018-02-13.gitignore: Add guix-daemon SELinux policy....* .gitignore: Add etc/guix-daemon.cil Efraim Flashner 2017-05-13.gitignore: Ignore Emacs auto-save files....* .gitignore: Add entries for temporary files created by Emacs. Co-authored-by: Alex Kost <alezost@gmail.com> ng0 2017-05-08build: Add doc/guix.html to .gitignore....* .gitignore: Add entry for the above directory which is created by 'make html'. Clément Lassieur 2017-05-04build: Use Gnulib's 'git-version-gen'....* Makefile.am (EXTRA_DIST, BUILT_SOURCES): Add $(top_srcdir)/.version. ($(top_srcdir)/.version, gen-tarball-version): New targets. (dist-hook): Depend on 'gen-tarball-version'. (.PHONY): Add 'gen-tarball-version'. * build-aux/git-version-gen: New file, from Gnulib v0.1-1312-ga87d5e5c6. * configure.ac: Use it in 'AC_INIT'. Use 'https' for the URL. Ludovic Courtès 2017-02-27.gitignore: Remove stale entries....This is a followup to commit deb6276dda81a69da38e842d269c5370a28fa5cf. * .gitignore: Remove "/emacs/..." lines. Alex Kost 2017-02-10build: Add build-aux/ar-lib to .gitignore....* .gitignore: Add entry for the above file which is created by './bootstrap'. Signed-off-by: David Craven <david@craven.ch> Clément Lassieur 2017-01-13etc: Support indentation of whole files....* etc/indent-package.el.in: Rename to... * etc/indent-code.el.in: ... this. Add case for a single argument. * doc/contributing.texi (Formatting Code): Adjust accordingly. * configure.ac: Likewise. Ludovic Courtès 2017-01-12etc: Add 'indent-package.el' script....* configure.ac: Check for 'emacs', substitute 'EMACS', and emit 'etc/indent-package.el'. * etc/indent-package.el.in: New file. * doc/contributing.texi (Formatting Code): Mention 'etc/indent-package.el'. (Submitting Patches): Likewise, and link to the above node. Co-authored-by: Alex Kost <alezost@gmail.com> Ludovic Courtès