grip: Add patch to render the 'front matter' like github does

This commit is contained in:
Will Dietz 2018-02-22 09:57:39 -06:00
parent c3e076b2f2
commit 630574ebb1

View file

@ -4904,9 +4904,18 @@ in {
rev = "v${version}";
sha256 = "1768n3w40qg1njkzqjyl5gkva0h31k8h250821v69imj1zimymag";
};
patches = [
# Render "front matter", used in our RFC template and elsewhere
(pkgs.fetchpatch {
url = https://github.com/joeyespo/grip/pull/249.patch;
sha256 = "07za5iymfv647dfrvi6hhj54a96hgjyarys51zbi08c51shqyzpg";
})
];
buildInputs = with self; [ pytest responses ];
propagatedBuildInputs = with self; [ docopt flask markdown path-and-address pygments requests ];
propagatedBuildInputs = with self; [ docopt flask markdown path-and-address pygments requests tabulate ];
checkPhase = ''
export PATH="$PATH:$out/bin"