awesome: drop workaround for broken luaPackages

This commit is contained in:
Will Dietz
2019-04-28 10:14:05 -05:00
parent 725585cfca
commit 403ce6ae4d
-1
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;