mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
haskellng: Make haskell-zeromq4 pick up the correct zeromq nix package.
This commit is contained in:
parent
381ba6b22f
commit
123039c22e
@ -40,6 +40,10 @@ self: super: {
|
||||
|
||||
safecopy = dontCheck super.safecopy;
|
||||
|
||||
zeromq4-haskell = super.zeromq4-haskell.override {
|
||||
zeromq = pkgs.zeromq4;
|
||||
};
|
||||
|
||||
# "curl" means pkgs.curl
|
||||
git-annex = super.git-annex.override { inherit (pkgs) git rsync gnupg1 curl lsof openssh which bup perl wget; };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user