mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-01 08:25:55 +03:00
document motivation for the changes in the previous commit
Co-authored-by: Dennis Gosnell <cdep.illabout@gmail.com>
This commit is contained in:
parent
381f4d1aab
commit
68a6c74c3b
@ -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];
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user