Skip to content

Commit 8e2f23d

Browse files
committed
libayatana-indicator: fix cross compilation
1 parent 9baa428 commit 8e2f23d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkgs/by-name/li/libayatana-indicator/package.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
ayatana-ido,
33
cmake,
44
fetchFromGitHub,
5+
glib,
56
gtk3,
67
lib,
78
pkg-config,
@@ -21,13 +22,16 @@ stdenv.mkDerivation rec {
2122

2223
nativeBuildInputs = [
2324
cmake
25+
glib # for glib-mkenums
2426
pkg-config
2527
];
2628

2729
buildInputs = [ gtk3 ];
2830

2931
propagatedBuildInputs = [ ayatana-ido ];
3032

33+
strictDeps = true;
34+
3135
meta = with lib; {
3236
description = "Ayatana Indicators Shared Library";
3337
homepage = "https://github.com/AyatanaIndicators/libayatana-indicator";

0 commit comments

Comments
 (0)