Skip to content

Commit

Permalink
hapistrano: fix broken package
Browse files Browse the repository at this point in the history
  • Loading branch information
cptrodolfox authored and peti committed Nov 8, 2019
1 parent 5a59ed3 commit 7144609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/haskell-modules/configuration-nix.nix
Expand Up @@ -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;
Expand Down

0 comments on commit 7144609

Please sign in to comment.