summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-08-28 20:27:35 +0200
committerGitHub <noreply@github.com>2020-08-28 20:27:35 +0200
commit68a6c74c3b2c7a44fb0623f7c3ca0c2352dd9e00 (patch)
tree5642c6a668c089e912c9a36496025805ae63b9ae /pkgs/development/haskell-modules/configuration-common.nix
parent381f4d1aab048162d2becdd1ecced1ac0829402a (diff)
downloadnixpkgs-68a6c74c3b2c7a44fb0623f7c3ca0c2352dd9e00.tar
nixpkgs-68a6c74c3b2c7a44fb0623f7c3ca0c2352dd9e00.tar.gz
nixpkgs-68a6c74c3b2c7a44fb0623f7c3ca0c2352dd9e00.tar.bz2
nixpkgs-68a6c74c3b2c7a44fb0623f7c3ca0c2352dd9e00.tar.lz
nixpkgs-68a6c74c3b2c7a44fb0623f7c3ca0c2352dd9e00.tar.xz
nixpkgs-68a6c74c3b2c7a44fb0623f7c3ca0c2352dd9e00.tar.zst
nixpkgs-68a6c74c3b2c7a44fb0623f7c3ca0c2352dd9e00.zip
document motivation for the changes in the previous commit
Co-authored-by: Dennis Gosnell <cdep.illabout@gmail.com>
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 66340a8b2c1..f98d358f3a7 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1330,6 +1330,8 @@ self: super: {
   # https://github.com/ennocramer/monad-dijkstra/issues/4
   monad-dijkstra = dontCheck (doJailbreak super.monad-dijkstra);
 
+  # Fixed upstream but not released to Hackage yet:
+  # https://github.com/k0001/hs-libsodium/issues/2
   libsodium = overrideCabal super.libsodium (drv: {
     libraryToolDepends = (drv.libraryToolDepends or []) ++ [self.c2hs];
   });