m 2 base-gui: apparently overwriting important stuff breaks other shit

postInstall is being used in the awesome pkg to wrap the executable, if this does not happen nothing works
This commit is contained in:
makefu 2015-10-14 01:13:16 +02:00
parent c09e89261a
commit d7a50bbc00

View file

@ -35,7 +35,7 @@ in
};
nixpkgs.config.packageOverrides = pkgs: rec {
awesome = pkgs.stdenv.lib.overrideDerivation pkgs.awesome (oldAttrs : {
postInstall = ''
postFixup = ''
cp ${awesomecfg} $out/etc/xdg/awesome/rc.lua
'';
});