Skip to content

Commit

Permalink
bustle: re-enable hgettext support
Browse files Browse the repository at this point in the history
hgettext 0.1.31.0 builds again
  • Loading branch information
jtojnar committed Jan 18, 2018
1 parent 1956ef5 commit c278dd0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkgs/development/haskell-modules/configuration-common.nix
Expand Up @@ -543,11 +543,8 @@ self: super: {
# https://github.com/athanclark/sets/issues/2
sets = dontCheck super.sets;

# Install icons and metadata, remove broken hgettext dependency.
# https://github.com/vasylp/hgettext/issues/10
# Install icons, metadata and cli program.
bustle = overrideCabal super.bustle (drv: {
configureFlags = drv.configureFlags or [] ++ ["-f-hgettext"];
executableHaskellDepends = pkgs.lib.remove self.hgettext drv.executableHaskellDepends;
buildDepends = [ pkgs.libpcap ];
buildTools = with pkgs; [ gettext perl help2man intltool ];
doCheck = false; # https://github.com/wjt/bustle/issues/6
Expand Down

0 comments on commit c278dd0

Please sign in to comment.