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:
parent
c09e89261a
commit
d7a50bbc00
|
@ -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
|
||||
'';
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue