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
1 changed files with 1 additions and 1 deletions
|
@ -3897,7 +3897,7 @@ with pkgs;
|
||||||
|
|
||||||
pandoc = haskell.lib.overrideCabal (haskell.lib.justStaticExecutables haskellPackages.pandoc) (drv: {
|
pandoc = haskell.lib.overrideCabal (haskell.lib.justStaticExecutables haskellPackages.pandoc) (drv: {
|
||||||
configureFlags = drv.configureFlags or [] ++ ["-fembed_data_files"];
|
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 { };
|
pamtester = callPackage ../tools/security/pamtester { };
|
||||||
|
|
Loading…
Reference in a new issue