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

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; {