mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-23 00:13:02 +03:00
haskell: add zlib override
This commit is contained in:
parent
97a7712e18
commit
37c7fdecc0
7
overrides/haskell/default.nix
Normal file
7
overrides/haskell/default.nix
Normal file
@ -0,0 +1,7 @@
|
||||
{pkgs, ...}: {
|
||||
zlib = {
|
||||
add-deps = {
|
||||
buildInputs = old: old ++ [pkgs.zlib];
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user