haskellPackages.hledger: remove unnecessary comment

This commit is contained in:
Damien Cassou
2024-01-04 20:28:50 +01:00
parent aa604af269
commit 5606a1fd63
@@ -228,10 +228,6 @@ self: super: builtins.intersectAttrs super {
# hledger* overrides
inherit (
let
# Copy hledger man pages from the source tarball into the proper place.
# It always contains the relevant man page(s) at the top level. For
# hledger it additionally has all the other man pages in embeddedfiles/
# which we ignore.
installHledgerManPages = overrideCabal (drv: {
buildTools = drv.buildTools or [] ++ [
pkgs.buildPackages.installShellFiles