forked from mirrors/nixpkgs
haskell-pandoc: re-generate expression with new flags
This commit is contained in:
parent
9adbb292dc
commit
f13d04368a
|
@ -31,6 +31,7 @@ cabal.mkDerivation (self: {
|
|||
pandocTypes QuickCheck syb testFramework testFrameworkHunit
|
||||
testFrameworkQuickcheck2 text zipArchive
|
||||
];
|
||||
configureFlags = "-fhttps -fmake-pandoc-man-pages";
|
||||
jailbreak = true;
|
||||
doCheck = false;
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue