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 {
|
stdenv.mkDerivation rec {
|
||||||
pname = "duti";
|
pname = "duti";
|
||||||
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [autoreconfHook];
|
nativeBuildInputs = [autoreconfHook];
|
||||||
buildInputs = [darwin.apple_sdk.frameworks.ApplicationServices];
|
buildInputs = [ApplicationServices];
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--with-macosx-sdk=/homeless-shelter"
|
"--with-macosx-sdk=/homeless-shelter"
|
||||||
|
|
||||||
|
@ -28908,7 +28908,9 @@ in
|
|||||||
|
|
||||||
phonetisaurus = callPackage ../development/libraries/phonetisaurus {};
|
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 {
|
dnstracer = callPackage ../tools/networking/dnstracer {
|
||||||
inherit (darwin) libresolv;
|
inherit (darwin) libresolv;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user