pandoc: fix build of statically-linked top-level variant

This commit is contained in:
Peter Simons 2017-12-19 22:50:07 +01:00
parent 48c0621cdf
commit 6f4c7aad38

View File

@ -3870,7 +3870,7 @@ with pkgs;
pandoc = haskell.lib.overrideCabal (haskell.lib.justStaticExecutables haskellPackages.pandoc) (drv: {
configureFlags = drv.configureFlags or [] ++ ["-fembed_data_files"];
buildTools = drv.buildTools or [] ++ [haskellPackages.hsb2hs];
buildTools = drv.buildTools or [] ++ [haskellPackages.file-embed];
});
pamtester = callPackage ../tools/security/pamtester { };