Commit bbae47b2 authored by OPNA2608's avatar OPNA2608 Committed by github-actions[bot]
Browse files

lomiri.lomiri-indicator-network: Disable tests

Needs a GLib change to be fixed, which needs a staging cycle, which I was told won't happen in time anymore.
Seems like only the tests fail though.

(cherry picked from commit 13701574)
parent 10837a8e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -101,7 +101,8 @@ stdenv.mkDerivation (finalAttrs: {
    (lib.cmakeBool "BUILD_DOC" true) # lacks QML docs, needs qdoc: https://github.com/NixOS/nixpkgs/pull/245379
  ];

  doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform;
  # Currently broken: https://github.com/NixOS/nixpkgs/pull/314043
  doCheck = false;

  postInstall = ''
    substituteInPlace $out/etc/dbus-1/services/com.lomiri.connectivity1.service \