mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
thelounge: re-apply 'write out default path'
restores part ofdf2f8d9150
after6602f87384
This commit is contained in:
parent
a691394d18
commit
2d92ecf84c
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue