xrootd: add voms support
This commit is contained in:
parent
9e18a59e42
commit
d4e1e79ede
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue