hikari: 2.3.0 -> 2.3.1

This removes the patches necessary to build with wlroots 0.14.0, as they have been merged into Hikari upstream
This commit is contained in:
matthewcroughan 2021-06-26 23:20:55 +01:00
parent 5b45b2fa6f
commit 05046c2c2a

View file

@ -12,7 +12,7 @@
let
pname = "hikari";
version = "2.3.0";
version = "2.3.1";
in
stdenv.mkDerivation {
@ -20,18 +20,9 @@ stdenv.mkDerivation {
src = fetchzip {
url = "https://hikari.acmelabs.space/releases/${pname}-${version}.tar.gz";
sha256 = "0vxwma2r9mb2h0c3dkpvf8dbrc2x2ykhc5bb0vd72sl9pwj4jxmy";
sha256 = "sha256-o6YsUATcWHSuAEfU7WnwxKNxRNuBt069qCv0FKDWStg=";
};
patches = [
# To fix the build with wlroots 0.14.0:
(fetchpatch {
url = "https://cgit.freebsd.org/ports/plain/x11-wm/hikari/files/patch-wlroots-0.14?id=f2820b6cc2170feef17989c422f2cf46644a5b57";
sha256 = "1kpbcmgdm4clmf2ryrs5pv3ghycnq4glvs3d3ll6zr244ks5yf43";
extraPrefix = "";
})
];
nativeBuildInputs = [ pkg-config bmake ];
buildInputs = [