mapos shell needs socat
This commit is contained in:
parent
dc95c2252e
commit
a8f100b528
@ -2,6 +2,7 @@ with import <nixpkgs> {};
|
||||
let package = pkgs.callPackage ./. {};
|
||||
in
|
||||
package.overrideAttrs(o: {
|
||||
nativeBuildInputs = o.nativeBuildInputs ++ [ pkgs.socat ];
|
||||
shellHook = ''
|
||||
export LUA_CPATH=$(lua -e "print(package.cpath)")
|
||||
export LUA_PATH=$(lua -e "print(package.path)")\;$RXI_JSON/share/lua/5.3/?.lua
|
||||
|
Loading…
Reference in New Issue
Block a user