remove references to removed darwin apple_sdk frameworks
This commit is contained in:
parent
556f60637f
commit
71eb201efd
1 changed files with 0 additions and 8 deletions
|
|
@ -47,14 +47,6 @@ let
|
||||||
libx11
|
libx11
|
||||||
libx11.dev
|
libx11.dev
|
||||||
]
|
]
|
||||||
)
|
|
||||||
++ lib.optionals pkgs.stdenv.isDarwin (
|
|
||||||
with pkgs.darwin.apple_sdk.frameworks;
|
|
||||||
[
|
|
||||||
Carbon
|
|
||||||
QuartzCore
|
|
||||||
AppKit
|
|
||||||
]
|
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue