Commit 8e2f23d6 authored by Colin's avatar Colin
Browse files

libayatana-indicator: fix cross compilation

parent 9baa4280
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  ayatana-ido,
  cmake,
  fetchFromGitHub,
  glib,
  gtk3,
  lib,
  pkg-config,
@@ -21,6 +22,7 @@ stdenv.mkDerivation rec {

  nativeBuildInputs = [
    cmake
    glib # for glib-mkenums
    pkg-config
  ];

@@ -28,6 +30,8 @@ stdenv.mkDerivation rec {

  propagatedBuildInputs = [ ayatana-ido ];

  strictDeps = true;

  meta = with lib; {
    description = "Ayatana Indicators Shared Library";
    homepage = "https://github.com/AyatanaIndicators/libayatana-indicator";