From 4976c1ce4f649da9d40ea497d8774d46c5bf5c3e Mon Sep 17 00:00:00 2001 From: matthewcroughan Date: Tue, 8 Aug 2023 07:09:32 +0100 Subject: [PATCH] nix: add new runtime dependencies, xwayland and bash --- flake.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 1f650f0..e3472b9 100644 --- a/flake.nix +++ b/flake.nix @@ -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; [