about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-nix.nix
diff options
context:
space:
mode:
authorDamien Cassou <damien@cassou.me>2024-01-04 20:23:56 +0100
committerDamien Cassou <damien@cassou.me>2024-01-04 20:28:50 +0100
commit5606a1fd63a501a2eefba60b48395c24fc285b6b (patch)
tree34cf5daf46dc3d5f33ab73a2e93a716761c5c571 /pkgs/development/haskell-modules/configuration-nix.nix
parentaa604af269ec275ddd2f0a8ba7a5ea97cace4c83 (diff)
downloadnixlib-5606a1fd63a501a2eefba60b48395c24fc285b6b.tar
nixlib-5606a1fd63a501a2eefba60b48395c24fc285b6b.tar.gz
nixlib-5606a1fd63a501a2eefba60b48395c24fc285b6b.tar.bz2
nixlib-5606a1fd63a501a2eefba60b48395c24fc285b6b.tar.lz
nixlib-5606a1fd63a501a2eefba60b48395c24fc285b6b.tar.xz
nixlib-5606a1fd63a501a2eefba60b48395c24fc285b6b.tar.zst
nixlib-5606a1fd63a501a2eefba60b48395c24fc285b6b.zip
haskellPackages.hledger: remove unnecessary comment
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-nix.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-nix.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix
index cecd27e023da..bef073299056 100644
--- a/pkgs/development/haskell-modules/configuration-nix.nix
+++ b/pkgs/development/haskell-modules/configuration-nix.nix
@@ -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