Unverified Commit 19df5da5 authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

Merge pull request #335815 from jonhoo/patch-1

faiss: unbreak pythonless build
parents 4a7326c9 2aaf2162
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -49,8 +49,7 @@ stdenv.mkDerivation {
  outputs = [
    "out"
    "demos"
    "dist"
  ];
  ] ++ lib.optionals pythonSupport [ "dist" ];

  src = fetchFromGitHub {
    owner = "facebookresearch";