From 2c65fed39714164ff4b28e3352440538ae262c79 Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 14 Oct 2015 01:13:16 +0200 Subject: 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 --- makefu/2configs/base-gui.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefu') 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 ''; }); -- cgit v1.2.3