pandoc: fix build of statically-linked top-level variant
This commit is contained in:
parent
48c0621cdf
commit
6f4c7aad38
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user