mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-21 13:13:33 +00:00
f7414e2b3a
This should simplify using `nix-shell -A` or `nix develop` to develop CMake based projects. CMake features a mechanism to use a different RPATH for all executables in the build directory and only rewrite these RPATHs on installation. This makes it possible to run executables already from the build directory without having to set LD_LIBRARY_PATH. This should simplify the checkPhase for cmake based projects and hopefully not break anything. Fixes: #22060 |
||
---|---|---|
.. | ||
001-search-path.diff | ||
002-application-services.diff | ||
003-libuv-application-services.diff | ||
004-cygwin.diff | ||
005-remove-systemconfiguration-dep.diff | ||
006-darwin-always-set-runtime-c-flag.diff | ||
default.nix | ||
setup-hook.sh |