gnu: emacs-gnuplot: Switch to Emacs build system.
* gnu/packages/emacs-xyz.scm (emacs-gnuplot)[source]: Update URL. [native-inputs]: Remove. [arguments]: Remove. [home-page]: Update URL. [description]: Improve typography.master
parent
952a7fc893
commit
7e199d8ea7
|
@ -11290,36 +11290,16 @@ and supports the use of a mouse.")
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/bruceravel/gnuplot-mode")
|
(url "https://github.com/emacsorphanage/gnuplot-mode")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0bwri3cvm2vr27kyqkrddm28fs08axnd4nm9amfgp54xp20bn4yn"))))
|
(base32 "0bwri3cvm2vr27kyqkrddm28fs08axnd4nm9amfgp54xp20bn4yn"))))
|
||||||
(build-system gnu-build-system)
|
(build-system emacs-build-system)
|
||||||
(native-inputs `(("emacs" ,emacs-minimal)))
|
(home-page "https://github.com/emacsorphanage/gnuplot-mode")
|
||||||
(arguments
|
(synopsis "Emacs major mode for interacting with Gnuplot")
|
||||||
(let ((elisp-dir "/share/emacs/site-lisp"))
|
(description
|
||||||
`(#:modules ((guix build gnu-build-system)
|
"Emacs Gnuplot is an Emacs major mode for interacting with Gnuplot.")
|
||||||
(guix build utils)
|
|
||||||
(guix build emacs-utils))
|
|
||||||
#:imported-modules (,@%gnu-build-system-modules
|
|
||||||
(guix build emacs-utils))
|
|
||||||
#:configure-flags
|
|
||||||
(list (string-append "EMACS=" (assoc-ref %build-inputs "emacs")
|
|
||||||
"/bin/emacs")
|
|
||||||
(string-append "--with-lispdir=" %output ,elisp-dir))
|
|
||||||
#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(add-after 'install 'generate-autoloads
|
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
|
||||||
(emacs-generate-autoloads
|
|
||||||
"gnuplot"
|
|
||||||
(string-append (assoc-ref outputs "out") ,elisp-dir))
|
|
||||||
#t))))))
|
|
||||||
(home-page "https://github.com/bruceravel/gnuplot-mode")
|
|
||||||
(synopsis "Emacs major mode for interacting with gnuplot")
|
|
||||||
(description "@code{emacs-gnuplot} is an emacs major mode for interacting
|
|
||||||
with gnuplot.")
|
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public emacs-transpose-frame
|
(define-public emacs-transpose-frame
|
||||||
|
|
Reference in New Issue