Remove deprecated CMake RPATH settings (CMAKE_SKIP_BUILD_RPATH and SKIP_BUILD_RPATH) that are no longer needed after reordering Guix build script to perform binary checks after installation.
Remove RPATH workarounds from CMakeLists.txt and src/CMakeLists.txt Reorder Guix script to check installed binaries instead of build tree binaries Update TODO comments
Builds successfully on Linux Full Guix build in progress
Addresses TODO items in CMakeLists.txt:620 and src/CMakeLists.txt:412
This is my first attempt at contributing to bitcoin core so please, provide me any feedback that you might have. Thanks!