forked from mirrors/nixpkgs
duti: pass ApplicationServices directly
This commit is contained in:
parent
c9c3dd4950
commit
dcbbbcdb05
|
@ -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"
|
||||
|
||||
|
|
|
@ -28908,7 +28908,9 @@ in
|
|||
|
||||
phonetisaurus = callPackage ../development/libraries/phonetisaurus {};
|
||||
|
||||
duti = callPackage ../os-specific/darwin/duti {};
|
||||
duti = callPackage ../os-specific/darwin/duti {
|
||||
inherit (darwin.apple_sdk.frameworks) ApplicationServices;
|
||||
};
|
||||
|
||||
dnstracer = callPackage ../tools/networking/dnstracer {
|
||||
inherit (darwin) libresolv;
|
||||
|
|
Loading…
Reference in a new issue