Merge pull request #7543 from mdorman/master

Add patch for present not yet on hackage.

+4
+4
pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
··· 130 130 url = "https://patch-diff.githubusercontent.com/raw/gwern/mueval/pull/10.patch"; 131 131 sha256 = "1gs8p89d1qsrd1qycbhf6kv4qw0sbb8m6dy106dqkmdzcjzcyq74"; 132 132 }); 133 + present = appendPatch super.present (pkgs.fetchpatch { 134 + url = "https://github.com/chrisdone/present/commit/6a61f099bf01e2127d0c68f1abe438cd3eaa15f7.patch"; 135 + sha256 = "1vn3xm38v2f4lzyzkadvq322f3s2yf8c88v56wpdpzfxmvlzaqr8"; 136 + }); 133 137 134 138 # Already applied in darcs repository. 135 139 gnuplot = appendPatch super.gnuplot ./gnuplot-fix-new-time.patch;