airdrop-cli: disable SwiftPM install phase

airdrop-cli expects to rely on the install phase defined in its
`Makefile`.
This commit is contained in:
Randy Eckenrode
2026-08-06 19:56:05 -04:00
parent abd5659830
commit fdccfa8b36

View File

@@ -27,6 +27,8 @@ swiftPackages.stdenv.mkDerivation {
"PREFIX=$(out)"
];
dontUseSwiftpmInstall = true;
meta = {
description = "Use Airdrop from the CLI on macOS written in Swift";
homepage = "https://github.com/vldmrkl/airdrop-cli";