nixnote2: fix window icon and themes

This installs `theme.ini` into `shared` as described at baumgarr/nixnote2#320.
wip/yesman
Brian Schroeder 6 years ago
parent 101133deae
commit 2deaa540c2
  1. 3
      pkgs/applications/misc/nixnote2/default.nix

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

Loading…
Cancel
Save