From 7291fe35a4456334ad5f46277ac2c20ef1b5ffa1 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle Date: Mon, 9 Dec 2024 20:08:01 +0100 Subject: [PATCH] #2912 nix: try to fix adding lurk only on Linux Signed-off-by: Patrizio Bekerle --- shell.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shell.nix b/shell.nix index 031a9d68c8..dd950234e1 100644 --- a/shell.nix +++ b/shell.nix @@ -27,9 +27,9 @@ librsvg imagemagick libicns - ] ++ lib.optionalString stdenv.isLinux [ - lurk # strace replacement - ]; + ] ++ (if pkgs.stdenv.isLinux then [ + pkgs.lurk # strace replacement + ] else []); buildInputs = with pkgs; with qt6; [ qtbase