Skip to content

Commit e272eb2

Browse files
committed
ayatana-ido: fix cross compilation
1 parent 37e443a commit e272eb2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkgs/by-name/ay/ayatana-ido/package.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
cmake,
33
fetchFromGitHub,
4+
glib,
45
gtk3,
56
lib,
67
pkg-config,
@@ -20,11 +21,14 @@ stdenv.mkDerivation rec {
2021

2122
nativeBuildInputs = [
2223
cmake
24+
glib # for glib-mkenums
2325
pkg-config
2426
];
2527

2628
buildInputs = [ gtk3 ];
2729

30+
strictDeps = true;
31+
2832
meta = with lib; {
2933
description = "Ayatana Display Indicator Objects";
3034
homepage = "https://github.com/AyatanaIndicators/ayatana-ido";

0 commit comments

Comments
 (0)