nix: add new runtime dependencies, xwayland and bash

This commit is contained in:
matthewcroughan
2023-08-08 07:09:32 +01:00
parent d3e558c2b4
commit 4976c1ce4f

View File

@@ -69,10 +69,15 @@
}} $sk/build/cpm/CPM_0.32.2.cmake
'';
postFixup = ''
wrapProgram $out/bin/${pname} \
--prefix PATH : ${pkgs.lib.makeBinPath (with pkgs; [ xwayland bash ])}
'';
CPM_SOURCE_CACHE = "./build";
nativeBuildInputs = with pkgs; [
cmake pkg-config llvmPackages.libcxxClang
cmake pkg-config llvmPackages.libcxxClang makeWrapper
];
buildInputs = with pkgs; [