Compare commits

..

No commits in common. "5b0c97e2e5d1502418b96b326c7dc30fafc29796" and "c33a58467a5a6e81ea5cb882871ae11384eb1513" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View file

@ -15,8 +15,6 @@
("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/\"")

View file

@ -9,7 +9,7 @@
#:use-module (oni packages inkplate)) #:use-module (oni packages inkplate))
(define-public inkplate-display (define-public inkplate-display
(let ((commit "74cfa41b83a18469ed470fa47a208f74abedc0b6") (let ((commit "8b2782e00b37d6e94d17071b7fe570d654af56f6")
(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 "1w35wqw9y77gcx7rcc74b0f7n0vjk4yh8xicjkfc5by5vzffrhc6")) (base32 "0s8vm09zdhwyvdnna68yhwxcxn869g5xds8p87jfzwvi7rg08crr"))
(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))