nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

eigenrand: skip test_mv

+4
+4
pkgs/by-name/ei/eigenrand/package.nix
··· 23 23 substituteInPlace CMakeLists.txt --replace-fail \ 24 24 "FetchContent_MakeAvailable(googletest)" \ 25 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 26 30 ''; 27 31 28 32 postInstall = ''