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