From 392b7a8718e3549b4e80820cf5a1ec58dc5bc5a7 Mon Sep 17 00:00:00 2001 From: John Chadwick Date: Mon, 18 Nov 2024 13:31:21 -0500 Subject: [PATCH] xtreemfs: move `which` to `nativeBuildInputs` --- pkgs/tools/filesystems/xtreemfs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/filesystems/xtreemfs/default.nix b/pkgs/tools/filesystems/xtreemfs/default.nix index 146663cc88b8..eed43270e18d 100644 --- a/pkgs/tools/filesystems/xtreemfs/default.nix +++ b/pkgs/tools/filesystems/xtreemfs/default.nix @@ -34,9 +34,9 @@ stdenv.mkDerivation { makeWrapper python3 stripJavaArchivesHook + which ]; buildInputs = [ - which attr ];