watchman: remove cf-private
This commit is contained in:
parent
e7765ba8e5
commit
c2205238ab
@ -1,12 +1,11 @@
|
|||||||
{ stdenv, lib, config, fetchFromGitHub, autoconf, automake, pcre,
|
{ stdenv, lib, config, fetchFromGitHub, autoconf, automake, pcre
|
||||||
libtool, pkgconfig, openssl,
|
, libtool, pkgconfig, openssl
|
||||||
confFile ? config.watchman.confFile or null,
|
, confFile ? config.watchman.confFile or null
|
||||||
withApple ? stdenv.isDarwin, CoreServices, CoreFoundation
|
, withApple ? stdenv.isDarwin, CoreServices
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "watchman-${version}";
|
name = "watchman-${version}";
|
||||||
|
|
||||||
version = "4.9.0";
|
version = "4.9.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
@ -16,9 +15,9 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0fdaj5pmicm6j17d5q7px800m5rmam1a400x3hv1iiifnmhgnkal";
|
sha256 = "0fdaj5pmicm6j17d5q7px800m5rmam1a400x3hv1iiifnmhgnkal";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pcre openssl ]
|
|
||||||
++ lib.optionals withApple [ CoreFoundation CoreServices ];
|
|
||||||
nativeBuildInputs = [ autoconf automake pkgconfig libtool ];
|
nativeBuildInputs = [ autoconf automake pkgconfig libtool ];
|
||||||
|
buildInputs = [ pcre openssl ]
|
||||||
|
++ lib.optionals withApple [ CoreServices ];
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--enable-lenient"
|
"--enable-lenient"
|
||||||
|
@ -6558,7 +6558,6 @@ in
|
|||||||
|
|
||||||
watchman = callPackage ../development/tools/watchman {
|
watchman = callPackage ../development/tools/watchman {
|
||||||
inherit (darwin.apple_sdk.frameworks) CoreServices;
|
inherit (darwin.apple_sdk.frameworks) CoreServices;
|
||||||
CoreFoundation = darwin.cf-private;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
wavefunctioncollapse = callPackage ../tools/graphics/wavefunctioncollapse {};
|
wavefunctioncollapse = callPackage ../tools/graphics/wavefunctioncollapse {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user