pcl: remove cf-private
This commit is contained in:
parent
2f9a546b96
commit
0fb071fd00
@ -1,6 +1,6 @@
|
||||
{ stdenv, fetchFromGitHub, cmake
|
||||
, qhull, flann, boost, vtk, eigen, pkgconfig, qtbase
|
||||
, libusb1, libpcap, libXt, libpng, Cocoa, AGL, cf-private, OpenGL
|
||||
, libusb1, libpcap, libXt, libpng, Cocoa, AGL, OpenGL
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -18,8 +18,8 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ pkgconfig cmake ];
|
||||
buildInputs = [ qhull flann boost eigen libusb1 libpcap
|
||||
libpng vtk qtbase libXt ]
|
||||
++ stdenv.lib.optionals stdenv.isDarwin [ Cocoa AGL ];
|
||||
|
||||
++ stdenv.lib.optionals stdenv.isDarwin [ Cocoa AGL cf-private ];
|
||||
cmakeFlags = stdenv.lib.optionals stdenv.isDarwin [
|
||||
"-DOPENGL_INCLUDE_DIR=${OpenGL}/Library/Frameworks"
|
||||
];
|
||||
|
@ -12611,7 +12611,6 @@ in
|
||||
pcg_c = callPackage ../development/libraries/pcg-c { };
|
||||
|
||||
pcl = libsForQt5.callPackage ../development/libraries/pcl {
|
||||
inherit (darwin) cf-private;
|
||||
inherit (darwin.apple_sdk.frameworks) Cocoa AGL OpenGL;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user