mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: Add emacs-pgmacs.
* gnu/packages/emacs-xyz.scm (emacs-pgmacs): New variable. Change-Id: I3d32f6147ab718339d181347acb2a21c67b6678b
This commit is contained in:
parent
c2377ee7f9
commit
1ea3ff4a98
1 changed files with 21 additions and 0 deletions
|
@ -23747,6 +23747,27 @@ (define-public emacs-pg
|
||||||
end users.")
|
end users.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
|
(define-public emacs-pgmacs
|
||||||
|
(package
|
||||||
|
(name "emacs-pgmacs")
|
||||||
|
(version "0.42")
|
||||||
|
(source (origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/emarsden/pgmacs.git")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0pf8y64hka1fl47dphmh4xgxiwfsd0g4q2fazq5yc48zwr9nsf02"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
(list emacs-pg))
|
||||||
|
(synopsis "emacs PostgreSQL client")
|
||||||
|
(description "This package provides a PostgreSQL client in emacs.")
|
||||||
|
(home-page "https://github.com/emarsden/pgmacs")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-finalize
|
(define-public emacs-finalize
|
||||||
(package
|
(package
|
||||||
(name "emacs-finalize")
|
(name "emacs-finalize")
|
||||||
|
|
Loading…
Reference in a new issue