mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-18 13:50:04 +00:00
airdrop-cli: disable SwiftPM install phase
airdrop-cli expects to rely on the install phase defined in its `Makefile`.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user