anoia users now need lfs
... and we need to figure out how to do transitive dependencies, because this is not a great experience
This commit is contained in:
@@ -9,6 +9,7 @@ in stdenv.mkDerivation {
|
||||
version = "0.1";
|
||||
src = ./.;
|
||||
nativeBuildInputs = [ fennel ];
|
||||
buildInputs = with lua.pkgs; [ luafilesystem ];
|
||||
buildPhase = ''
|
||||
for f in *.fnl ; do
|
||||
fennel --compile $f > `basename $f .fnl`.lua
|
||||
|
@@ -1,4 +1,6 @@
|
||||
{
|
||||
writeFennelScript
|
||||
, anoia
|
||||
, lua
|
||||
}:
|
||||
writeFennelScript "odhcpc-script" [] ./odhcp6-script.fnl
|
||||
writeFennelScript "odhcpc-script" [anoia lua.pkgs.luafilesystem] ./odhcp6-script.fnl
|
||||
|
Reference in New Issue
Block a user