Revert "lomiri.lomiri-indicator-network: Disable tests"

This reverts commit 137015743e.
This commit is contained in:
OPNA2608
2024-07-07 12:59:17 +02:00
parent c34ee327e6
commit c2204a5dbf
@@ -101,8 +101,7 @@ stdenv.mkDerivation (finalAttrs: {
(lib.cmakeBool "BUILD_DOC" true) # lacks QML docs, needs qdoc: https://github.com/NixOS/nixpkgs/pull/245379
];
# Currently broken: https://github.com/NixOS/nixpkgs/pull/314043
doCheck = false;
doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform;
postInstall = ''
substituteInPlace $out/etc/dbus-1/services/com.lomiri.connectivity1.service \