gnome-commander: fix build by temporarily disable gtest (#430684)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user