summary refs log tree commit diff
path: root/pkgs/os-specific/linux/tiscamera
diff options
context:
space:
mode:
authorJosef Kemetmüller <josef.kemetmueller@gmail.com>2021-01-05 17:52:10 +0100
committerArtturin <Artturin@artturin.com>2022-07-04 03:49:01 +0300
commit1ca04aa9f1bec24bd4e01bac7932bbdb91737abb (patch)
tree68d692a210954a32225d32eaaad83a863f814ca8 /pkgs/os-specific/linux/tiscamera
parentf7414e2b3ac69f220e19b1ef9ddfe8d64650c5ca (diff)
downloadnixpkgs-1ca04aa9f1bec24bd4e01bac7932bbdb91737abb.tar
nixpkgs-1ca04aa9f1bec24bd4e01bac7932bbdb91737abb.tar.gz
nixpkgs-1ca04aa9f1bec24bd4e01bac7932bbdb91737abb.tar.bz2
nixpkgs-1ca04aa9f1bec24bd4e01bac7932bbdb91737abb.tar.lz
nixpkgs-1ca04aa9f1bec24bd4e01bac7932bbdb91737abb.tar.xz
nixpkgs-1ca04aa9f1bec24bd4e01bac7932bbdb91737abb.tar.zst
nixpkgs-1ca04aa9f1bec24bd4e01bac7932bbdb91737abb.zip
treewide: Stop setting CMAKE_SKIP_BUILD_RPATH=OFF
This is now the new default and thus doesn't need to be set manually
anymore.
Diffstat (limited to 'pkgs/os-specific/linux/tiscamera')
-rw-r--r--pkgs/os-specific/linux/tiscamera/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/os-specific/linux/tiscamera/default.nix b/pkgs/os-specific/linux/tiscamera/default.nix
index e16c2dffe50..5ef0b0b0ea7 100644
--- a/pkgs/os-specific/linux/tiscamera/default.nix
+++ b/pkgs/os-specific/linux/tiscamera/default.nix
@@ -108,10 +108,6 @@ stdenv.mkDerivation rec {
     "-DTCAM_INTERNAL_ARAVIS=OFF"
     "-DTCAM_ARAVIS_USB_VISION=${if withAravis && withAravisUsbVision then "ON" else "OFF"}"
     "-DTCAM_INSTALL_FORCE_PREFIX=ON"
-    # There are gobject introspection commands launched as part of the build. Those have a runtime
-    # dependency on `libtcam` (which itself is built as part of this build). In order to allow
-    # that, we set the dynamic linker's path to point on the build time location of the library.
-    "-DCMAKE_SKIP_BUILD_RPATH=OFF"
   ];
 
   doCheck = true;