Merge pull request #214316 from wegank/xrootd-fuse

xrootd: provide fuse support on darwin
This commit is contained in:
Weijia Wang 2023-02-03 10:01:16 +01:00 committed by GitHub
commit 4bb21228e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
]