Merge pull request #33352 from dtzWill/fix/pandoc-2.0.6
pandoc: fix build by using buildDepends to match cabal file
This commit is contained in:
commit
6d1a547b8d
@ -3897,7 +3897,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.file-embed];
|
||||
buildDepends = drv.buildDepends or [] ++ [haskellPackages.file-embed];
|
||||
});
|
||||
|
||||
pamtester = callPackage ../tools/security/pamtester { };
|
||||
|
Loading…
Reference in New Issue
Block a user