Skip to content

Commit

Permalink
Enable node modules in bootstrap again, Guix will try to copy them ma…
Browse files Browse the repository at this point in the history
…nually from cherow.
  • Loading branch information
viferga committed Jan 21, 2020
1 parent 348d623 commit db807f1
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions source/loaders/node_loader/bootstrap/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

0 comments on commit db807f1

Please sign in to comment.