Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 64f66db499bd
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4d402da50029
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 15, 2018

  1. nixnote2: fix window icon and themes

    This installs `theme.ini` into `shared` as described at baumgarr/nixnote2#320.
    bts committed Nov 15, 2018

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    NeQuissimus Tim Steinbach
    Copy the full SHA
    2deaa54 View commit details

Commits on Nov 16, 2018

  1. Merge pull request #50404 from bts/fix-nixnote2-post-install

    nixnote2: fix window icon and themes
    c0bw3b authored Nov 16, 2018

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    NeQuissimus Tim Steinbach
    Copy the full SHA
    4d402da View commit details
Showing with 2 additions and 1 deletion.
  1. +2 −1 pkgs/applications/misc/nixnote2/default.nix
3 changes: 2 additions & 1 deletion pkgs/applications/misc/nixnote2/default.nix
Original file line number Diff line number Diff line change
@@ -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; {