forked from DGNum/liminix
don't set lua5_3 in overlay
sphinx depends on lua5_3, so overriding it globally means rebuilding that - which isn't really necessary
This commit is contained in:
parent
608d750b60
commit
a172180be8
2 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
lua5_3
|
||||
luaSmall
|
||||
, netlink-lua
|
||||
, stdenv
|
||||
, makeWrapper
|
||||
}:
|
||||
let
|
||||
lua = lua5_3;
|
||||
lua = luaSmall;
|
||||
netlink = netlink-lua.override {inherit lua;};
|
||||
fennel = lua.pkgs.fennel;
|
||||
in stdenv.mkDerivation rec {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue