Revert "lomiri.lomiri-indicator-network: Disable tests"
This reverts commit 137015743e.
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user