Skip to content

Commit

Permalink
nixnote2: fix icon and version
Browse files Browse the repository at this point in the history
(cherry picked from commit 6e5cd9c)
  • Loading branch information
htr authored and Mic92 committed Mar 9, 2018
1 parent 08d2a6a commit db7068e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/applications/misc/nixnote2/default.nix
Expand Up @@ -24,8 +24,14 @@ mkDerivation rec {
--replace '#include <poppler-qt5.h>' '#include <poppler/qt5/poppler-qt5.h>'
done
substituteInPlace help/about.html --replace '__VERSION__' '${version}'
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; {
description = "An unofficial client of Evernote";
Expand Down

0 comments on commit db7068e

Please sign in to comment.