awesome: drop workaround for broken luaPackages

This commit is contained in:
Will Dietz 2019-04-27 14:18:01 -05:00
parent 725585cfca
commit 403ce6ae4d

View File

@ -16633,7 +16633,6 @@ in
awesome-4-0 = callPackage ../applications/window-managers/awesome {
cairo = cairo.override { xcbSupport = true; };
luaPackages = luaPackages.override { inherit lua; };
inherit (texFunctions) fontsConf;
};
awesome = awesome-4-0;