Skip to content

Commit

Permalink
mate-polkit: add gobjectIntrospection dependence
Browse files Browse the repository at this point in the history
  • Loading branch information
romildo committed Jan 10, 2018
1 parent 53d688a commit ea595a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/desktops/mate/mate-polkit/default.nix
Original file line number Diff line number Diff line change
@@ -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 {
name = "mate-polkit-${version}";
Expand All @@ -18,6 +18,7 @@ stdenv.mkDerivation rec {

buildInputs = [
gtk3
gobjectIntrospection
libappindicator-gtk3
libindicator-gtk3
polkit
Expand Down

0 comments on commit ea595a0

Please sign in to comment.