mirror of
https://github.com/ALEZ-DEV/Babylonia-terminal.git
synced 2025-12-16 01:18:50 +00:00
add flutter dependecies to shell.nix
This commit is contained in:
parent
f2aeef9aa4
commit
f048f2b50e
@ -7,6 +7,9 @@ pkgs.mkShell {
|
||||
rust-analyzer
|
||||
gcc
|
||||
pkg-config
|
||||
flutter
|
||||
protoc-gen-prost
|
||||
mpv-unwrapped
|
||||
];
|
||||
|
||||
buildInputs = with pkgs; [
|
||||
@ -16,8 +19,9 @@ pkgs.mkShell {
|
||||
|
||||
shellHook = ''
|
||||
export OPENSSL_DIR="${pkgs.openssl.dev}"
|
||||
export PKG_CONFIG_PATH="${pkgs.openssl.dev}/lib/pkgconfig"
|
||||
export PKG_CONFIG_PATH="${pkgs.openssl.dev}/lib/pkgconfig:${pkgs.mpv-unwrapped.dev}/lib/pkgconfig"
|
||||
export OPENSSL_NO_VENDOR=1
|
||||
export OPENSSL_LIB_DIR="${pkgs.lib.getLib pkgs.openssl}/lib"
|
||||
export FLUTTER_ROOT="${pkgs.flutter}"
|
||||
'';
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user