3
0
Fork 0
forked from mirrors/nixpkgs

clean up xquartz arguments

This commit is contained in:
Jude Taylor 2015-10-28 13:56:13 -07:00
parent de0182ee59
commit c749714170
3 changed files with 3 additions and 7 deletions

View file

@ -1,4 +1,4 @@
{ stdenv, lib, fetchurl, xorg, pixman, pkgconfig, Foundation, libobjc, Xplugin, cf-private }:
{ stdenv, lib, fetchurl, xorg, pixman, pkgconfig, AppKit, Xplugin }:
let version = "1.3.1";
in stdenv.mkDerivation {
@ -19,7 +19,7 @@ in stdenv.mkDerivation {
xorg.libXext
pixman
pkgconfig
Foundation libobjc Xplugin cf-private
AppKit Xplugin
];
meta = with lib; {
license = licenses.apsl20;

View file

@ -332,9 +332,6 @@ in
args.apple_sdk.libs.Xplugin
args.apple_sdk.frameworks.Carbon
args.apple_sdk.frameworks.Cocoa
args.apple_sdk.frameworks.CoreGraphics
args.apple_sdk.frameworks.Foundation
args.cf-private args.libobjc
];
propagatedBuildInputs = commonPropagatedBuildInputs ++ [
libAppleWM applewmproto

View file

@ -9447,9 +9447,8 @@ let
xquartz = callPackage ../servers/x11/xquartz { };
quartz-wm = callPackage ../servers/x11/quartz-wm {
stdenv = clangStdenv;
inherit (darwin.apple_sdk.frameworks) Foundation;
inherit (darwin.apple_sdk.frameworks) AppKit;
inherit (darwin.apple_sdk.libs) Xplugin;
inherit (darwin) libobjc cf-private;
};
xorg = recurseIntoAttrs (lib.callPackagesWith pkgs ../servers/x11/xorg/default.nix {