Merge pull request #50404 from bts/fix-nixnote2-post-install

nixnote2: fix window icon and themes
This commit is contained in:
Renaud 2018-11-16 16:21:49 +01:00 committed by GitHub
commit 4d402da500
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,8 +30,9 @@ mkDerivation rec {
substituteInPlace nixnote.cpp --replace 'tidyProcess.start("tidy' 'tidyProcess.start("${html-tidy}/bin/tidy'
'';
postInstal = ''
postInstall = ''
cp images/windowIcon.png $out/share/pixmaps/nixnote2.png
cp theme.ini $out/share/nixnote2/theme.ini
'';
meta = with stdenv.lib; {