mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-29 01:14:09 +03:00
Merge pull request #444 from oati/haskell-overrides
haskell: add zlib override
This commit is contained in:
commit
b056366e94
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