mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: polkit: Propagate input glib.
* gnu/packages/polkit.scm (polkit): Propagate input glib. * gnu/packages/polkit.scm (polkit-qt): Drop input glib, now available through propagation.
This commit is contained in:
parent
5220e6200b
commit
b118401f71
1 changed files with 3 additions and 3 deletions
|
@ -119,12 +119,13 @@ (define-public polkit
|
|||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("expat" ,expat)
|
||||
("glib" ,glib)
|
||||
("glib:bin" ,glib "bin") ; for glib-mkenums
|
||||
("intltool" ,intltool)
|
||||
("linux-pam" ,linux-pam)
|
||||
("mozjs" ,mozjs)
|
||||
("nspr" ,nspr)))
|
||||
(propagated-inputs
|
||||
`(("glib" ,glib))) ; required by polkit-gobject-1.pc
|
||||
(native-inputs
|
||||
`(("pkg-config", pkg-config)))
|
||||
(home-page "http://www.freedesktop.org/wiki/Software/polkit/")
|
||||
|
@ -150,8 +151,7 @@ (define-public polkit-qt
|
|||
"1ip78x20hjqvm08kxhp6gb8hf6k5n6sxyx6kk2yvvq53djzh7yv7"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs
|
||||
`(("glib" ,glib)
|
||||
("polkit" ,polkit)))
|
||||
`(("polkit" ,polkit)))
|
||||
(propagated-inputs
|
||||
`(("qt" ,qt-4))) ; according to the pkg-config files
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue