mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
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 {
|
||||
name = "mate-polkit-${version}";
|
||||
@ -18,6 +18,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [
|
||||
gtk3
|
||||
gobjectIntrospection
|
||||
libappindicator-gtk3
|
||||
libindicator-gtk3
|
||||
polkit
|
||||
|
Loading…
Reference in New Issue
Block a user