edencommon: enable tests

This commit is contained in:
Emily 2024-11-14 03:17:36 +00:00
parent c8d4e11d1c
commit d7df60e8f4

View File

@ -60,6 +60,8 @@ stdenv.mkDerivation (finalAttrs: {
(lib.cmakeBool "CMAKE_INSTALL_RPATH_USE_LINK_PATH" true)
];
doCheck = true;
postPatch = ''
# The CMake build requires the FBThrift Python support even though
# its not used, presumably because of the relevant code having