gnome-commander: fix build by temporarily disable gtest (#430684)

This commit is contained in:
Weijia Wang
2025-08-03 15:39:41 -06:00
committed by GitHub
+6 -1
View File
@@ -53,9 +53,14 @@ stdenv.mkDerivation (finalAttrs: {
taglib
poppler
samba
gtest
];
mesonFlags = [ (lib.mesonEnable "tests" finalAttrs.finalPackage.doCheck) ];
checkInputs = [ gtest ];
doCheck = false; # gtest requires C/C++17 but the project is written in C/C++11
meta = {
description = "Fast and powerful twin-panel file manager for the Linux desktop";
homepage = "https://gcmd.github.io";