biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git] / pkgs / servers / sunshine / dont-build-webui.patch
blob6e308ffd90c58e1f359e82ab06c263874b993e05
1 diff --git a/cmake/targets/unix.cmake b/cmake/targets/unix.cmake
2 index 2ce0378..10d8262 100644
3 --- a/cmake/targets/unix.cmake
4 +++ b/cmake/targets/unix.cmake
5 @@ -1,8 +1,3 @@
6 # unix specific target definitions
7 # put anything here that applies to both linux and macos
9 -#WebUI build
10 -add_custom_target(web-ui ALL
11 - WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}"
12 - COMMENT "Installing NPM Dependencies and Building the Web UI"
13 - COMMAND bash -c \"npm install && SUNSHINE_BUILD_HOMEBREW=${NPM_BUILD_HOMEBREW} SUNSHINE_SOURCE_ASSETS_DIR=${NPM_SOURCE_ASSETS_DIR} SUNSHINE_ASSETS_DIR=${NPM_ASSETS_DIR} npm run build\") # cmake-lint: disable=C0301