mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: gnome-shell-extension-dash-to-dock: Update to 71.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-dock): Update to 71. [native-inputs]: Add sassc.
This commit is contained in:
parent
972a234b10
commit
e8cc9016ca
1 changed files with 4 additions and 3 deletions
|
@ -359,7 +359,7 @@ (define-public gnome-shell-extension-topicons-redux
|
||||||
(define-public gnome-shell-extension-dash-to-dock
|
(define-public gnome-shell-extension-dash-to-dock
|
||||||
(package
|
(package
|
||||||
(name "gnome-shell-extension-dash-to-dock")
|
(name "gnome-shell-extension-dash-to-dock")
|
||||||
(version "67")
|
(version "71")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -368,7 +368,7 @@ (define-public gnome-shell-extension-dash-to-dock
|
||||||
version))))
|
version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1746xm0iyvyzj6m3pvjx11smh9w1s7naz426ki0dlr5l7jh3mpy5"))
|
"12b6ljzs5071zs0kcf5yj4jfhq10b1gnldv0hmbksnqzz5g719wf"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -383,7 +383,8 @@ (define-public gnome-shell-extension-dash-to-dock
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("glib:bin" ,glib "bin")
|
`(("glib:bin" ,glib "bin")
|
||||||
("intltool" ,intltool)
|
("intltool" ,intltool)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)
|
||||||
|
("sassc" ,sassc)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list glib))
|
(list glib))
|
||||||
(synopsis "Transforms GNOME's dash into a dock")
|
(synopsis "Transforms GNOME's dash into a dock")
|
||||||
|
|
Loading…
Reference in a new issue