mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: gammastep: Update to 2.0.8.
* gnu/packages/xdisorg.scm (gammastep): Update to 2.0.8. [inputs, native-inputs]: Remove labels.
This commit is contained in:
parent
d03aa942de
commit
f53fc9afbe
1 changed files with 19 additions and 19 deletions
|
@ -1476,7 +1476,7 @@ (define-public redshift-wayland
|
|||
(define-public gammastep
|
||||
(package
|
||||
(name "gammastep")
|
||||
(version "2.0.7")
|
||||
(version "2.0.8")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1485,7 +1485,7 @@ (define-public gammastep
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "11j54rdd3cgngdhjwyapwjbrdm8cii4i7g4zdvfykvmb1w4zdk7g"))))
|
||||
(base32 "071f3iqdbblb3awnx48j19kspk6l2g3658za80i2mf4gacgq9fm1"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
@ -1500,24 +1500,24 @@ (define-public gammastep
|
|||
`("GI_TYPELIB_PATH" ":" prefix
|
||||
(,(getenv "GI_TYPELIB_PATH")))))))))
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
("automake" ,automake)
|
||||
("gettext" ,gettext-minimal)
|
||||
("intltool" ,intltool)
|
||||
("libtool" ,libtool)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(list autoconf
|
||||
automake
|
||||
gettext-minimal
|
||||
intltool
|
||||
libtool
|
||||
pkg-config))
|
||||
(inputs
|
||||
`(("glib" ,glib)
|
||||
("gtk" ,gtk+)
|
||||
("libappindicator" ,libappindicator)
|
||||
("libdrm" ,libdrm)
|
||||
("libX11" ,libx11)
|
||||
("libxxf86vm" ,libxxf86vm)
|
||||
("libxcb" ,libxcb)
|
||||
("python" ,python)
|
||||
("python-pygobject" ,python-pygobject)
|
||||
("python-pyxdg" ,python-pyxdg)
|
||||
("wayland" ,wayland)))
|
||||
(list glib
|
||||
gtk+
|
||||
libappindicator
|
||||
libdrm
|
||||
libx11
|
||||
libxxf86vm
|
||||
libxcb
|
||||
python
|
||||
python-pygobject
|
||||
python-pyxdg
|
||||
wayland))
|
||||
(home-page "https://gitlab.com/chinstrap/gammastep")
|
||||
(synopsis "Adjust the color temperature of your screen")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue