bustle: fix build
This commit is contained in:
parent
23fd014bf1
commit
93168d887c
@ -601,19 +601,7 @@ self: super: {
|
|||||||
# Install icons, metadata and cli program.
|
# Install icons, metadata and cli program.
|
||||||
bustle = overrideCabal super.bustle (drv: {
|
bustle = overrideCabal super.bustle (drv: {
|
||||||
buildDepends = [ pkgs.libpcap ];
|
buildDepends = [ pkgs.libpcap ];
|
||||||
buildTools = with pkgs.buildPackages; [ gettext perl help2man intltool ];
|
buildTools = with pkgs.buildPackages; [ gettext perl help2man ];
|
||||||
patches = [
|
|
||||||
# Add missing gio-unix-2.0 dependency
|
|
||||||
(pkgs.fetchpatch {
|
|
||||||
url = https://github.com/wjt/bustle/commit/bcc3d56d367635c0dfdb4eab0d1265829aba6400.patch;
|
|
||||||
sha256 = "1ybviivfbs5janiyw01ww365vxckni6fk0j10609clxk4na2nvb9";
|
|
||||||
})
|
|
||||||
# No instance for (Semigroup Marquee)
|
|
||||||
(pkgs.fetchpatch {
|
|
||||||
url = https://github.com/wjt/bustle/commit/95393cb17c2fe5f0903470a449e36728471759eb.patch;
|
|
||||||
sha256 = "1n7h1rh62731kg9jjs2mn49nx033ds0l33mpgfl75hrjqblz44m1";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
make install PREFIX=$out
|
make install PREFIX=$out
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user