about summary refs log tree commit diff
path: root/pkgs/development/libraries/aws-crt-cpp
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/development/libraries/aws-crt-cpp
parentf7414e2b3ac69f220e19b1ef9ddfe8d64650c5ca (diff)
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/development/libraries/aws-crt-cpp')
-rw-r--r--pkgs/development/libraries/aws-crt-cpp/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/libraries/aws-crt-cpp/default.nix b/pkgs/development/libraries/aws-crt-cpp/default.nix
index 201837eb53639..28bb15f2a7453 100644
--- a/pkgs/development/libraries/aws-crt-cpp/default.nix
+++ b/pkgs/development/libraries/aws-crt-cpp/default.nix
@@ -67,7 +67,6 @@ stdenv.mkDerivation rec {
 
   cmakeFlags = [
     "-DBUILD_DEPS=OFF"
-    "-DCMAKE_SKIP_BUILD_RPATH=OFF"
     "-DBUILD_SHARED_LIBS=ON"
   ];