thelounge: re-apply 'write out default path'

restores part of df2f8d9150
after 6602f87384
wip/yesman
Mrmaxmeier 4 years ago
parent a691394d18
commit 2d92ecf84c
  1. 3
      pkgs/development/node-packages/default.nix

@ -160,6 +160,9 @@ let
thelounge = super.thelounge.override {
buildInputs = [ self.node-pre-gyp ];
postInstall = ''
echo /var/lib/thelounge > $out/lib/node_modules/thelounge/.thelounge_home
'';
};
};
in self

Loading…
Cancel
Save