Unverified Commit 4bb21228 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #214316 from wegank/xrootd-fuse

xrootd: provide fuse support on darwin
parents dbae6eb5 e0c78f78
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
, systemd
, voms
, zlib
, enableTests ? true
, enableTests ? stdenv.isLinux
  # If not null, the builder will
  # move "$out/etc" to "$out/etc.orig" and symlink "$out/etc" to externalEtc.
, externalEtc ? "/etc"
@@ -54,9 +54,9 @@ stdenv.mkDerivation rec {
    openssl
    readline
    zlib
    fuse
  ]
  ++ lib.optionals stdenv.isLinux [
    fuse
    systemd
    voms
  ]