summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-10-14 01:13:16 +0200
committermakefu <github@syntax-fehler.de>2015-10-14 01:13:16 +0200
commit2c65fed39714164ff4b28e3352440538ae262c79 (patch)
treeb450ca4a231780ea5686a0a98957a3320022ae5d /makefu
parent6a899722c23d7a0d2585f485be11cb9bda3ea0be (diff)
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
Diffstat (limited to 'makefu')
-rw-r--r--makefu/2configs/base-gui.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/2configs/base-gui.nix b/makefu/2configs/base-gui.nix
index 28a03b8f..7b7f85f1 100644
--- a/makefu/2configs/base-gui.nix
+++ b/makefu/2configs/base-gui.nix
@@ -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
'';
});