Commit 392b7a87 authored by John Chadwick's avatar John Chadwick
Browse files

xtreemfs: move `which` to `nativeBuildInputs`

parent b9932292
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,9 +34,9 @@ stdenv.mkDerivation {
    makeWrapper
    python3
    stripJavaArchivesHook
    which
  ];
  buildInputs = [
    which
    attr
  ];