nixpkgs/pkgs
TQ Hirsch 9d7885276a aws-sdk-cpp: Fix library and include paths in generated cmake files
AWS's SDK by default tries to prepend its install root to each of the
library paths; this obviously fails with the absolute paths that Nix
gives it. Worse, it computes the installation root by walking up the
filesystem from its cmake file, so even if the AWSSDK_ROOT_DIR is
explicitly set to the root directory, it gets replaced with the path
to the derivation's dev output.

This is all fixed with a patch to the cmake files that generate the
installed configuration.

Once this is fixed, it *still* doesn't work because the export
generator built into cmake insists on adding `$out/include` to the
header search path; when importing this configuration in another
package, cmake will fail because `$out/include` doesn't exist (After
all, it was relocated by a fixup hook). A small postFixupHook will
recreate the directory and make cmake happy.
2020-04-14 23:40:55 +02:00
..
applications gitAndTools.git-trim: 0.2.4 -> 0.3.1 2020-04-14 18:42:36 +02:00
build-support Merge pull request #85172 from andir/buildRustCrate-proc-macro 2020-04-13 23:35:19 +02:00
common-updater
data Merge pull request #85093 from tadfisher/plata-theme 2020-04-12 18:38:34 -04:00
desktops gnomeExtensions.dash-to-dock: update to rebased tip 2020-04-12 13:37:58 +02:00
development aws-sdk-cpp: Fix library and include paths in generated cmake files 2020-04-14 23:40:55 +02:00
games Merge pull request #84162 from jluttine/xonotic-add-desktop-entry 2020-04-14 09:01:29 -04:00
misc Merge pull request #77752 from oxalica/rust-analyzer 2020-04-14 10:19:59 +01:00
os-specific Merge pull request #84551 from gnprice/pr-stripDebugList 2020-04-14 15:54:52 +02:00
servers Merge pull request #85140 from minijackson/jellyfin-10.5.4 2020-04-14 09:56:38 -04:00
shells oh-my-zsh: 2020-03-12 -> 2020-04-10 2020-04-11 20:55:15 -04:00
stdenv treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
test
tools Merge pull request #84546 from AndersonTorres/create-rs 2020-04-14 11:09:33 -03:00
top-level ocamlPackages.mirage-flow-unix/-combinators: init at 2.0.1 2020-04-14 18:15:10 +02:00