Merge pull request #335815 from jonhoo/patch-1

faiss: unbreak pythonless build
This commit is contained in:
Philip Taron
2024-08-19 08:23:19 -07:00
committed by GitHub
@@ -49,8 +49,7 @@ stdenv.mkDerivation {
outputs = [
"out"
"demos"
"dist"
];
] ++ lib.optionals pythonSupport [ "dist" ];
src = fetchFromGitHub {
owner = "facebookresearch";