mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
qdrant: unbreak on x86_64-darwin
This commit is contained in:
parent
6f70efb6fb
commit
bc60f09f79
@ -37,7 +37,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/qdrant/qdrant";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ dit7ya ];
|
||||
# never built on x86_64-darwin since first introduction in nixpkgs
|
||||
broken = stdenv.isDarwin && stdenv.isx86_64;
|
||||
};
|
||||
}
|
||||
|
@ -10994,7 +10994,7 @@ with pkgs;
|
||||
|
||||
qarte = libsForQt5.callPackage ../applications/video/qarte { };
|
||||
|
||||
qdrant = callPackage ../servers/search/qdrant { };
|
||||
qdrant = darwin.apple_sdk_11_0.callPackage ../servers/search/qdrant { };
|
||||
|
||||
qlcplus = libsForQt5.callPackage ../applications/misc/qlcplus { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user