mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-06 12:55:30 +02:00
Update build script
This commit is contained in:
parent
46b2d2c56f
commit
fd39635fc5
10 changed files with 70 additions and 43 deletions
11
addons/godot_xterm/native/shell.nix
Normal file
11
addons/godot_xterm/native/shell.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
with (import <nixpkgs> {});
|
||||
mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
binutils.bintools
|
||||
cmake
|
||||
git
|
||||
libxkbcommon
|
||||
pkg-config
|
||||
scons
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue