mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-04 12:14:24 +02:00
parent
54cb343b3c
commit
7b42b97610
10 changed files with 71 additions and 44 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