Merge pull request #90069 from Mrmaxmeier/thelounge-restore-thelounge_home

thelounge: re-apply 'write out default path'
This commit is contained in:
Florian Klink 2020-06-10 18:48:39 +02:00 committed by GitHub
commit 39478874de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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