Merge pull request 'package vsock-enabled waypipe' (#766) from Mic92-main into main
All checks were successful
checks-impure / test (push) Successful in 1m32s
checks / test (push) Successful in 2m21s

This commit is contained in:
clan-bot 2024-01-29 07:29:22 +00:00
commit 7937f3eaae

View File

@ -17,6 +17,17 @@
meshname = pkgs.callPackage ./meshname { };
} // lib.optionalAttrs pkgs.stdenv.isLinux {
wayland-proxy-virtwl = pkgs.callPackage ./wayland-proxy-virtwl { };
waypipe = pkgs.waypipe.overrideAttrs
(_old: {
# https://gitlab.freedesktop.org/mstoeckl/waypipe
src = pkgs.fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "mstoeckl";
repo = "waypipe";
rev = "4e4ff3bc1943cf7f6aeb56b06c060f40578d3570";
hash = "sha256-dxz4AmeJAweffyPCayvykworQNntHtHeq6PXMXWsM5k=";
};
});
};
};
}