xrootd: add voms support

This commit is contained in:
Shamrock Lee 2022-02-25 05:40:53 +08:00
parent 9e18a59e42
commit d4e1e79ede

View file

@ -4,15 +4,16 @@
, fetchFromGitHub
, cmake
, cppunit
, pkg-config
, curl
, fuse
, libkrb5
, libuuid
, libxml2
, openssl
, pkg-config
, readline
, systemd
, voms
, zlib
, enableTests ? true
}:
@ -52,6 +53,7 @@ stdenv.mkDerivation rec {
++ lib.optionals stdenv.isLinux [
fuse
systemd
voms
]
++ lib.optionals enableTests [
cppunit