Migrate Desktop build environment to leverage Nix
- Add Conan to default.nix - Integrate Qt5 Nix package (with forked repo for new QtWebView module) - Fix rpaths in macOS and Linux - Add Nix expressions to install nsis, appimagekit and linuxdeployqt
This commit is contained in:
@@ -20,8 +20,6 @@ source_lib "installers.sh"
|
||||
|
||||
exit_unless_os_supported
|
||||
|
||||
load_rvm_if_available
|
||||
|
||||
####
|
||||
setup_header "Checking prerequisites..."
|
||||
|
||||
@@ -64,7 +62,6 @@ fi
|
||||
setup_header "Installing requirements..."
|
||||
|
||||
install_nix && \
|
||||
install_nsis && \
|
||||
install_android_sdk && \
|
||||
install_android_ndk || \
|
||||
exit $?
|
||||
|
||||
Reference in New Issue
Block a user