nixnote2: fix window icon and themes

This installs `theme.ini` into `shared` as described at baumgarr/nixnote2#320.
This commit is contained in:
Brian Schroeder 2018-11-15 09:36:02 -05:00
parent 101133deae
commit 2deaa540c2

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