hapistrano: fix broken package

This commit is contained in:
William R. Arellano 2019-11-07 11:36:14 -05:00 committed by Peter Simons
parent 5a59ed379c
commit 71446091a8
1 changed files with 2 additions and 2 deletions

View File

@ -500,8 +500,8 @@ self: super: builtins.intersectAttrs super {
# requires autotools to build
secp256k1 = addBuildTools super.secp256k1 [ pkgs.buildPackages.autoconf pkgs.buildPackages.automake pkgs.buildPackages.libtool ];
# tests require git
hapistrano = addBuildTool super.hapistrano pkgs.buildPackages.git;
# tests require git and zsh
hapistrano = addBuildTool super.hapistrano [ pkgs.buildPackages.git pkgs.buildPackages.zsh ];
# This propagates this to everything depending on haskell-gi-base
haskell-gi-base = addBuildDepend super.haskell-gi-base pkgs.gobject-introspection;