We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae1f0f5 + 60abacf commit 20ec0eaCopy full SHA for 20ec0ea
pkgs/by-name/ei/eigenrand/package.nix
@@ -23,6 +23,10 @@ stdenv.mkDerivation (finalAttrs: {
23
substituteInPlace CMakeLists.txt --replace-fail \
24
"FetchContent_MakeAvailable(googletest)" \
25
"add_subdirectory(${gtest.src} googletest SYSTEM)"
26
+
27
+ # broken by https://gitlab.com/libeigen/eigen/-/merge_requests/688
28
+ # ref. https://github.com/NixOS/nixpkgs/pull/364362
29
+ rm test/test_mv.cpp
30
'';
31
32
postInstall = ''
0 commit comments