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 6a899722c2
commit 2c65fed397

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
'';
});