mate-polkit: add gobjectIntrospection dependence
This commit is contained in:
parent
53d688a3bf
commit
ea595a0fbf
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, intltool, gtk3, libappindicator-gtk3, libindicator-gtk3, polkit }:
|
{ stdenv, fetchurl, pkgconfig, intltool, gtk3, gobjectIntrospection, libappindicator-gtk3, libindicator-gtk3, polkit }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "mate-polkit-${version}";
|
name = "mate-polkit-${version}";
|
||||||
@ -18,6 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gtk3
|
gtk3
|
||||||
|
gobjectIntrospection
|
||||||
libappindicator-gtk3
|
libappindicator-gtk3
|
||||||
libindicator-gtk3
|
libindicator-gtk3
|
||||||
polkit
|
polkit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user