···27 wayland qtwayland
28 ];
29 outputs = [ "out" "dev" ];
30- # We need the RPATH for linking, because the `libkdeinit5_dolphin.so` links
31- # private against its dependencies and without the correct RPATH, these
32- # dependencies are not found.
33- cmakeFlags = [ "-DCMAKE_SKIP_BUILD_RPATH=OFF" ];
34}
···61 CXXFLAGS = [
62 ''-DNIXPKGS_XWAYLAND=\"${lib.getBin xwayland}/bin/Xwayland\"''
63 ];
64- cmakeFlags = [ "-DCMAKE_SKIP_BUILD_RPATH=OFF" ];
65 postInstall = ''
66 # Some package(s) refer to these service types by the wrong name.
67 # I would prefer to patch those packages, but I cannot find them!
···61 CXXFLAGS = [
62 ''-DNIXPKGS_XWAYLAND=\"${lib.getBin xwayland}/bin/Xwayland\"''
63 ];
064 postInstall = ''
65 # Some package(s) refer to these service types by the wrong name.
66 # I would prefer to patch those packages, but I cannot find them!
···1718 cmakeFlags = [
19 "-DBUILD_SHARED_LIBS=ON"
20- # Mak CMake place RPATHs such that tests will find the built libraries.
21- # See https://github.com/NixOS/nixpkgs/pull/144561#discussion_r742468811 and https://github.com/NixOS/nixpkgs/pull/108496
22- "-DCMAKE_SKIP_BUILD_RPATH=OFF"
23 ];
2425 # TODO: Re-enable Darwin tests once we're on a release that has https://github.com/google/glog/issues/709#issuecomment-960381653 fixed
···1718 cmakeFlags = [
19 "-DBUILD_SHARED_LIBS=ON"
00020 ];
2122 # TODO: Re-enable Darwin tests once we're on a release that has https://github.com/google/glog/issues/709#issuecomment-960381653 fixed
···108 "-DTCAM_INTERNAL_ARAVIS=OFF"
109 "-DTCAM_ARAVIS_USB_VISION=${if withAravis && withAravisUsbVision then "ON" else "OFF"}"
110 "-DTCAM_INSTALL_FORCE_PREFIX=ON"
111- # There are gobject introspection commands launched as part of the build. Those have a runtime
112- # dependency on `libtcam` (which itself is built as part of this build). In order to allow
113- # that, we set the dynamic linker's path to point on the build time location of the library.
114- "-DCMAKE_SKIP_BUILD_RPATH=OFF"
115 ];
116117 doCheck = true;
···34 outputs = [ "out" "static" ];
3536 cmakeFlags = [
37- "-DCMAKE_SKIP_BUILD_RPATH=OFF" # To run libmysql/libmysql_api_test during build.
38 "-DFORCE_UNSUPPORTED_COMPILER=1" # To configure on Darwin.
39 "-DWITH_ROUTER=OFF" # It may be packaged separately.
40 "-DWITH_SYSTEM_LIBS=ON"
···34 outputs = [ "out" "static" ];
3536 cmakeFlags = [
037 "-DFORCE_UNSUPPORTED_COMPILER=1" # To configure on Darwin.
38 "-DWITH_ROUTER=OFF" # It may be packaged separately.
39 "-DWITH_SYSTEM_LIBS=ON"
-1
pkgs/tools/backup/percona-xtrabackup/generic.nix
···45 "-DWITH_ZLIB=system"
46 "-DWITH_VALGRIND=ON"
47 "-DWITH_MAN_PAGES=OFF"
48- "-DCMAKE_SKIP_BUILD_RPATH=OFF" # To run libmysql/libmysql_api_test during build.
49 ];
5051 postInstall = ''