Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

nixnote2: fix window icon and themes

This installs `theme.ini` into `shared` as described at baumgarr/nixnote2#320.

+2 -1
+2 -1
pkgs/applications/misc/nixnote2/default.nix
··· 30 30 substituteInPlace nixnote.cpp --replace 'tidyProcess.start("tidy' 'tidyProcess.start("${html-tidy}/bin/tidy' 31 31 ''; 32 32 33 - postInstal = '' 33 + postInstall = '' 34 34 cp images/windowIcon.png $out/share/pixmaps/nixnote2.png 35 + cp theme.ini $out/share/nixnote2/theme.ini 35 36 ''; 36 37 37 38 meta = with stdenv.lib; {