mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 18:44:13 +00:00
edencommon: enable tests
This commit is contained in:
parent
c8d4e11d1c
commit
d7df60e8f4
@ -60,6 +60,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
(lib.cmakeBool "CMAKE_INSTALL_RPATH_USE_LINK_PATH" true)
|
(lib.cmakeBool "CMAKE_INSTALL_RPATH_USE_LINK_PATH" true)
|
||||||
];
|
];
|
||||||
|
|
||||||
|
doCheck = true;
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
# The CMake build requires the FBThrift Python support even though
|
# The CMake build requires the FBThrift Python support even though
|
||||||
# it’s not used, presumably because of the relevant code having
|
# it’s not used, presumably because of the relevant code having
|
||||||
|
Loading…
Reference in New Issue
Block a user