Merge pull request #36631 from htr/htr-nixnote2-improvements
nixnote2: fix icon and version
This commit is contained in:
commit
a724fcc865
@ -24,8 +24,14 @@ mkDerivation rec {
|
|||||||
--replace '#include <poppler-qt5.h>' '#include <poppler/qt5/poppler-qt5.h>'
|
--replace '#include <poppler-qt5.h>' '#include <poppler/qt5/poppler-qt5.h>'
|
||||||
done
|
done
|
||||||
|
|
||||||
|
substituteInPlace help/about.html --replace '__VERSION__' '${version}'
|
||||||
|
|
||||||
substituteInPlace nixnote.cpp --replace 'tidyProcess.start("tidy' 'tidyProcess.start("${html-tidy}/bin/tidy'
|
substituteInPlace nixnote.cpp --replace 'tidyProcess.start("tidy' 'tidyProcess.start("${html-tidy}/bin/tidy'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
postInstal = ''
|
||||||
|
cp images/windowIcon.png $out/share/pixmaps/nixnote2.png
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "An unofficial client of Evernote";
|
description = "An unofficial client of Evernote";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user