Merge pull request #121200 from branwright1/river

river: unstable 2021-04-08 -> unstable 2021-04-27
This commit is contained in:
Sandro 2021-04-30 02:25:33 +02:00 committed by GitHub
commit 7c5ca3dcf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "river"; pname = "river";
version = "unstable-2021-04-08"; version = "unstable-2021-04-27";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ifreund"; owner = "ifreund";
repo = "river"; repo = pname;
rev = "9e3e92050e04320949c6cd995273c30319ebd515"; rev = "0c8e718d95a6a621b9cba0caa9158915e567b076";
sha256 = "1v8dpbadsb3c7bc84sai09dbqv5s5s5d77vs12kdkd45x0ppmk3j"; sha256 = "1jjh0dzxi7hy4mg8vag6ipfwb9qxm5lfc07njp1mx6m81nq76ybk";
fetchSubmodules = true; fetchSubmodules = true;
}; };
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
''; '';
installPhase = '' installPhase = ''
zig build -Drelease-safe -Dxwayland -Dman-pages --prefix $out install zig build -Drelease-safe -Dxwayland -Dman-pages --prefix $out install
''; '';
nativeBuildInputs = [ zig wayland scdoc pkg-config ]; nativeBuildInputs = [ zig wayland scdoc pkg-config ];