bustle: re-enable hgettext support
hgettext 0.1.31.0 builds again
This commit is contained in:
parent
1956ef5cd3
commit
c278dd0b9d
|
@ -543,11 +543,8 @@ self: super: {
|
||||||
# https://github.com/athanclark/sets/issues/2
|
# https://github.com/athanclark/sets/issues/2
|
||||||
sets = dontCheck super.sets;
|
sets = dontCheck super.sets;
|
||||||
|
|
||||||
# Install icons and metadata, remove broken hgettext dependency.
|
# Install icons, metadata and cli program.
|
||||||
# https://github.com/vasylp/hgettext/issues/10
|
|
||||||
bustle = overrideCabal super.bustle (drv: {
|
bustle = overrideCabal super.bustle (drv: {
|
||||||
configureFlags = drv.configureFlags or [] ++ ["-f-hgettext"];
|
|
||||||
executableHaskellDepends = pkgs.lib.remove self.hgettext drv.executableHaskellDepends;
|
|
||||||
buildDepends = [ pkgs.libpcap ];
|
buildDepends = [ pkgs.libpcap ];
|
||||||
buildTools = with pkgs; [ gettext perl help2man intltool ];
|
buildTools = with pkgs; [ gettext perl help2man intltool ];
|
||||||
doCheck = false; # https://github.com/wjt/bustle/issues/6
|
doCheck = false; # https://github.com/wjt/bustle/issues/6
|
||||||
|
|
Loading…
Reference in New Issue