forked from mirrors/nixpkgs
xquartz: remove cf-private
This commit is contained in:
parent
c558a74a1b
commit
40d34bb19f
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchurl, xorg, pixman, pkgconfig, AppKit, Foundation, Xplugin, cf-private }:
|
||||
{ stdenv, fetchurl, xorg, pixman, pkgconfig, AppKit, Foundation, Xplugin }:
|
||||
|
||||
let version = "1.3.1";
|
||||
in stdenv.mkDerivation {
|
||||
|
@ -20,8 +20,6 @@ in stdenv.mkDerivation {
|
|||
pixman
|
||||
pkgconfig
|
||||
AppKit Xplugin Foundation
|
||||
# Needed for CFNotificationCenterAddObserver symbols.
|
||||
cf-private
|
||||
];
|
||||
meta = with stdenv.lib; {
|
||||
license = licenses.apsl20;
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ stdenv, buildEnv, makeFontsConf, gnused, writeScript, xorg, bashInteractive, xterm, makeWrapper, ruby
|
||||
, quartz-wm, fontconfig, xlsfonts, xfontsel
|
||||
, ttf_bitstream_vera, freefont_ttf, liberation_ttf
|
||||
, cf-private
|
||||
, shell ? "${bashInteractive}/bin/bash"
|
||||
}:
|
||||
|
||||
|
@ -98,11 +97,7 @@ let
|
|||
in stdenv.mkDerivation {
|
||||
name = "xquartz-${stdenv.lib.getVersion xorg.xorgserver}";
|
||||
|
||||
buildInputs = [
|
||||
ruby makeWrapper
|
||||
# Needed for NSDefaultRunLoopMode symbols.
|
||||
cf-private
|
||||
];
|
||||
nativeBuildInputs = [ ruby makeWrapper ];
|
||||
|
||||
unpackPhase = "sourceRoot=.";
|
||||
|
||||
|
|
|
@ -14896,13 +14896,10 @@ in
|
|||
|
||||
xqilla = callPackage ../development/tools/xqilla { };
|
||||
|
||||
xquartz = callPackage ../servers/x11/xquartz {
|
||||
inherit (darwin) cf-private;
|
||||
};
|
||||
xquartz = callPackage ../servers/x11/xquartz { };
|
||||
|
||||
quartz-wm = callPackage ../servers/x11/quartz-wm {
|
||||
stdenv = clangStdenv;
|
||||
inherit (darwin) cf-private;
|
||||
inherit (darwin.apple_sdk.frameworks) AppKit Foundation;
|
||||
inherit (darwin.apple_sdk.libs) Xplugin;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue