Commit 9600a18d authored by Adam Joseph's avatar Adam Joseph Committed by Artturin
Browse files

girara: fix cross compilation

parent a168173e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@ stdenv.mkDerivation rec {
    gettext
    check
    dbus
    glib # for glib-compile-resources
  ];

  buildInputs = [
@@ -64,6 +65,7 @@ stdenv.mkDerivation rec {

  mesonFlags = [
    "-Ddocs=disabled" # docs do not seem to be installed
    (lib.mesonEnable "tests" (stdenv.buildPlatform.canExecute stdenv.hostPlatform))
  ];

  checkPhase = ''