KINDA CHEZ'S FAULT OK
This commit is contained in:
parent
b332618fae
commit
9095800378
1 changed files with 1 additions and 1 deletions
|
@ -15,8 +15,8 @@
|
|||
|
||||
packages = forEachSupportedSystem ({ pkgs }: {
|
||||
default = pkgs.writeShellScriptBin "mineschemer" ''
|
||||
LD_LIBRARY_PATH="${pkgs.raylib}/lib" \
|
||||
${pkgs.chez}/bin/scheme \
|
||||
--libdirs ${pkgs.raylib}/lib \
|
||||
--script ${pkgs.writeText "main.scm" (builtins.readFile ./main.scm)} \
|
||||
$@
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue