mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: redshift: Add bash-minimal to inputs.
* gnu/packages/xdisorg.scm (redshift) [inputs]: Add bash-minimal. Change-Id: I5546e2ec0cdd2d5271bb60ba176db654ae61d143
This commit is contained in:
parent
19f1b13fe1
commit
5d83b8b98e
1 changed files with 4 additions and 5 deletions
|
@ -1613,8 +1613,7 @@ (define-public redshift
|
|||
(string-append out "/share/" dir)
|
||||
(string-append gtk "/share/" dir))
|
||||
(delete-file-recursively dir))
|
||||
'("appdata" "icons")))
|
||||
#t)))
|
||||
'("appdata" "icons"))))))
|
||||
(add-after 'split-outputs 'wrap
|
||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||
(let* ((gtk (assoc-ref outputs "gtk"))
|
||||
|
@ -1624,13 +1623,13 @@ (define-public redshift
|
|||
(wrap-program (string-append gtk "/bin/redshift-gtk")
|
||||
`("GUIX_PYTHONPATH" ":" prefix
|
||||
(,(string-append site ":" (getenv "GUIX_PYTHONPATH"))))
|
||||
`("GI_TYPELIB_PATH" ":" prefix (,(getenv "GI_TYPELIB_PATH"))))
|
||||
#t))))))
|
||||
`("GI_TYPELIB_PATH" ":" prefix (,(getenv "GI_TYPELIB_PATH"))))))))))
|
||||
(outputs '("out" "gtk"))
|
||||
(native-inputs
|
||||
(list pkg-config intltool))
|
||||
(inputs
|
||||
(list libdrm
|
||||
(list bash-minimal
|
||||
libdrm
|
||||
libx11
|
||||
libxcb
|
||||
libxxf86vm
|
||||
|
|
Loading…
Reference in a new issue