gnu: redshift: Add bash-minimal to inputs.

* gnu/packages/xdisorg.scm (redshift) [inputs]: Add bash-minimal.

Change-Id: I5546e2ec0cdd2d5271bb60ba176db654ae61d143
This commit is contained in:
Maxim Cournoyer 2023-10-19 23:34:52 -04:00 committed by Ludovic Courtès
parent 19f1b13fe1
commit 5d83b8b98e
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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