mirror of
https://github.com/ALEZ-DEV/Babylonia-terminal.git
synced 2026-03-21 21:58:52 +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
|
rust-analyzer
|
||||||
gcc
|
gcc
|
||||||
pkg-config
|
pkg-config
|
||||||
|
flutter
|
||||||
|
protoc-gen-prost
|
||||||
|
mpv-unwrapped
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
@ -16,8 +19,9 @@ pkgs.mkShell {
|
|||||||
|
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
export OPENSSL_DIR="${pkgs.openssl.dev}"
|
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_NO_VENDOR=1
|
||||||
export OPENSSL_LIB_DIR="${pkgs.lib.getLib pkgs.openssl}/lib"
|
export OPENSSL_LIB_DIR="${pkgs.lib.getLib pkgs.openssl}/lib"
|
||||||
|
export FLUTTER_ROOT="${pkgs.flutter}"
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user