bustle: re-enable hgettext support

hgettext 0.1.31.0 builds again
This commit is contained in:
Jan Tojnar 2018-01-18 22:12:56 +01:00
parent 1956ef5cd3
commit c278dd0b9d
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
1 changed files with 1 additions and 4 deletions

View File

@ -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