duti: pass ApplicationServices directly

This commit is contained in:
Matthew Bauer
2021-01-20 15:30:57 -06:00
parent c9c3dd4950
commit dcbbbcdb05
2 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{stdenv, lib, fetchFromGitHub, autoreconfHook, darwin}:
{stdenv, lib, fetchFromGitHub, autoreconfHook, ApplicationServices}:
stdenv.mkDerivation rec {
pname = "duti";
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [autoreconfHook];
buildInputs = [darwin.apple_sdk.frameworks.ApplicationServices];
buildInputs = [ApplicationServices];
configureFlags = [
"--with-macosx-sdk=/homeless-shelter"