diff --git a/source/loaders/node_loader/bootstrap/CMakeLists.txt b/source/loaders/node_loader/bootstrap/CMakeLists.txt index 624d5c55a..3f7fe0904 100644 --- a/source/loaders/node_loader/bootstrap/CMakeLists.txt +++ b/source/loaders/node_loader/bootstrap/CMakeLists.txt @@ -59,12 +59,8 @@ install(FILES COMPONENT runtime ) -if(NOT OPTION_BUILD_GUIX) - # In Guix Bootstrap dependencies (aka Cherow - # at the moment of writting) must be installed manually - install(DIRECTORY - ${LOADER_LIBRARY_PATH}/node_modules - DESTINATION ${INSTALL_LIB} - COMPONENT runtime - ) -endif() +install(DIRECTORY + ${LOADER_LIBRARY_PATH}/node_modules + DESTINATION ${INSTALL_LIB} + COMPONENT runtime +)