Compare commits
2 commits
c33a58467a
...
5b0c97e2e5
Author | SHA1 | Date | |
---|---|---|---|
5b0c97e2e5 | |||
9a49fe75dd |
2 changed files with 4 additions and 2 deletions
|
@ -15,6 +15,8 @@
|
||||||
("GUIX_LOCPATH" . "$HOME/.guix-home/profile/lib/locale")
|
("GUIX_LOCPATH" . "$HOME/.guix-home/profile/lib/locale")
|
||||||
("XDG_DATA_DIRS" . "${XDG_DATA_DIRS}${XDG_DATA_DIRS:+:}/usr/local/share:/usr/share")
|
("XDG_DATA_DIRS" . "${XDG_DATA_DIRS}${XDG_DATA_DIRS:+:}/usr/local/share:/usr/share")
|
||||||
("FILTER_BRANCH_SQUELCH_WARNING" . "1")
|
("FILTER_BRANCH_SQUELCH_WARNING" . "1")
|
||||||
|
;; To allow my Emacs to accept remapped keys from Stumpwm.
|
||||||
|
("GDK_CORE_DEVICE_EVENTS" . "1")
|
||||||
;; Temporary until I create services for them.
|
;; Temporary until I create services for them.
|
||||||
("SUDO_ASKPASS" . "${HOME}/usr/bin/askpass-rofi")
|
("SUDO_ASKPASS" . "${HOME}/usr/bin/askpass-rofi")
|
||||||
("SCSH_LIB_DIRS" . "${SCSH_LIB_DIRS} \"${HOME}/usr/share/scsh/\"")
|
("SCSH_LIB_DIRS" . "${SCSH_LIB_DIRS} \"${HOME}/usr/share/scsh/\"")
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
#:use-module (oni packages inkplate))
|
#:use-module (oni packages inkplate))
|
||||||
|
|
||||||
(define-public inkplate-display
|
(define-public inkplate-display
|
||||||
(let ((commit "8b2782e00b37d6e94d17071b7fe570d654af56f6")
|
(let ((commit "74cfa41b83a18469ed470fa47a208f74abedc0b6")
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
(package
|
(package
|
||||||
(name "inkplate-display")
|
(name "inkplate-display")
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0s8vm09zdhwyvdnna68yhwxcxn869g5xds8p87jfzwvi7rg08crr"))
|
(base32 "1w35wqw9y77gcx7rcc74b0f7n0vjk4yh8xicjkfc5by5vzffrhc6"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list guile-3.0 guile-inkplate))
|
(list guile-3.0 guile-inkplate))
|
||||||
|
|
Loading…
Reference in a new issue