parent
3a0da440a3
commit
ff41002b80
@ -26,6 +26,11 @@ stdenv.mkDerivation rec {
|
|||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
"-DEXIV2_BUILD_PO=ON"
|
"-DEXIV2_BUILD_PO=ON"
|
||||||
"-DEXIV2_BUILD_DOC=ON"
|
"-DEXIV2_BUILD_DOC=ON"
|
||||||
|
# the cmake package does not handle absolute CMAKE_INSTALL_INCLUDEDIR correctly
|
||||||
|
# (setting it to an absolute path causes include files to go to $out/$out/include,
|
||||||
|
# because the absolute path is interpreted with root at $out).
|
||||||
|
"-DCMAKE_INSTALL_INCLUDEDIR=include"
|
||||||
|
"-DCMAKE_INSTALL_LIBDIR=lib"
|
||||||
];
|
];
|
||||||
|
|
||||||
outputs = [ "out" "dev" "doc" "man" ];
|
outputs = [ "out" "dev" "doc" "man" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user