nixnote2: fix window icon and themes
This installs `theme.ini` into `shared` as described at baumgarr/nixnote2#320.
This commit is contained in:
@@ -30,8 +30,9 @@ mkDerivation rec {
|
|||||||
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 = ''
|
postInstall = ''
|
||||||
cp images/windowIcon.png $out/share/pixmaps/nixnote2.png
|
cp images/windowIcon.png $out/share/pixmaps/nixnote2.png
|
||||||
|
cp theme.ini $out/share/nixnote2/theme.ini
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|||||||
Reference in New Issue
Block a user