edencommon: enable tests

(cherry picked from commit d7df60e8f4)
(cherry picked from commit 78acfbe60d8df8d4ca1456d378e5edb210d7bbb7)
This commit is contained in:
Emily
2024-11-30 15:11:32 +01:00
committed by Vladimír Čunát
parent 9a4458eb89
commit 6f34541ac8
+2
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