mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: emacsy: Use webkitgtk-with-libsoup2.
* gnu/packages/guile-xyz.scm (emacsy)[inputs]: Use webkitgtk-with-libsoup2. [phases]: Delete trailing #t.
This commit is contained in:
parent
cc9feb754b
commit
faa49ec88d
1 changed files with 4 additions and 6 deletions
|
@ -16,7 +16,7 @@
|
||||||
;;; Copyright © 2017 Theodoros Foradis <theodoros@foradis.org>
|
;;; Copyright © 2017 Theodoros Foradis <theodoros@foradis.org>
|
||||||
;;; Copyright © 2017 Nikita <nikita@n0.is>
|
;;; Copyright © 2017 Nikita <nikita@n0.is>
|
||||||
;;; Copyright © 2017, 2018, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2017, 2018, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2018, 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
;;; Copyright © 2018, 2021, 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||||
;;; Copyright © 2018, 2019, 2020, 2021, 2022 Arun Isaac <arunisaac@systemreboot.net>
|
;;; Copyright © 2018, 2019, 2020, 2021, 2022 Arun Isaac <arunisaac@systemreboot.net>
|
||||||
;;; Copyright © 2018 Pierre-Antoine Rouby <pierre-antoine.rouby@inria.fr>
|
;;; Copyright © 2018 Pierre-Antoine Rouby <pierre-antoine.rouby@inria.fr>
|
||||||
;;; Copyright © 2018 Eric Bavier <bavier@member.fsf.org>
|
;;; Copyright © 2018 Eric Bavier <bavier@member.fsf.org>
|
||||||
|
@ -3343,7 +3343,7 @@ (define-public emacsy
|
||||||
guile-lib
|
guile-lib
|
||||||
guile-readline
|
guile-readline
|
||||||
freeglut
|
freeglut
|
||||||
webkitgtk))
|
webkitgtk-with-libsoup2))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("glib-networking" ,glib-networking)
|
`(("glib-networking" ,glib-networking)
|
||||||
("gssettings-desktop-schemas" ,gsettings-desktop-schemas)))
|
("gssettings-desktop-schemas" ,gsettings-desktop-schemas)))
|
||||||
|
@ -3359,8 +3359,7 @@ (define-public emacsy
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'configure 'setenv
|
(add-before 'configure 'setenv
|
||||||
(lambda _
|
(lambda _
|
||||||
(setenv "GUILE_AUTO_COMPILE" "0")
|
(setenv "GUILE_AUTO_COMPILE" "0")))
|
||||||
#t))
|
|
||||||
(add-after 'install 'wrap-binaries
|
(add-after 'install 'wrap-binaries
|
||||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||||
(let* ((out (assoc-ref outputs "out"))
|
(let* ((out (assoc-ref outputs "out"))
|
||||||
|
@ -3381,8 +3380,7 @@ (define-public emacsy
|
||||||
(map (cut wrap-program <>
|
(map (cut wrap-program <>
|
||||||
`("GUILE_LOAD_PATH" ":" prefix ,scm-path)
|
`("GUILE_LOAD_PATH" ":" prefix ,scm-path)
|
||||||
`("GUILE_LOAD_COMPILED_PATH" ":" prefix ,go-path))
|
`("GUILE_LOAD_COMPILED_PATH" ":" prefix ,go-path))
|
||||||
progs)
|
progs)))))))
|
||||||
#t))))))
|
|
||||||
(home-page "https://savannah.nongnu.org/projects/emacsy")
|
(home-page "https://savannah.nongnu.org/projects/emacsy")
|
||||||
(synopsis "Embeddable GNU Emacs-like library using Guile")
|
(synopsis "Embeddable GNU Emacs-like library using Guile")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue