xtreemfs: move which to nativeBuildInputs

This commit is contained in:
John Chadwick 2024-11-18 13:31:21 -05:00
parent b9932292ed
commit 392b7a8718

View File

@ -34,9 +34,9 @@ stdenv.mkDerivation {
makeWrapper
python3
stripJavaArchivesHook
which
];
buildInputs = [
which
attr
];