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
|
, fetchFromGitHub
|
||||||
, cmake
|
, cmake
|
||||||
, cppunit
|
, cppunit
|
||||||
|
, pkg-config
|
||||||
, curl
|
, curl
|
||||||
, fuse
|
, fuse
|
||||||
, libkrb5
|
, libkrb5
|
||||||
, libuuid
|
, libuuid
|
||||||
, libxml2
|
, libxml2
|
||||||
, openssl
|
, openssl
|
||||||
, pkg-config
|
|
||||||
, readline
|
, readline
|
||||||
, systemd
|
, systemd
|
||||||
|
, voms
|
||||||
, zlib
|
, zlib
|
||||||
, enableTests ? true
|
, enableTests ? true
|
||||||
}:
|
}:
|
||||||
|
@ -52,6 +53,7 @@ stdenv.mkDerivation rec {
|
||||||
++ lib.optionals stdenv.isLinux [
|
++ lib.optionals stdenv.isLinux [
|
||||||
fuse
|
fuse
|
||||||
systemd
|
systemd
|
||||||
|
voms
|
||||||
]
|
]
|
||||||
++ lib.optionals enableTests [
|
++ lib.optionals enableTests [
|
||||||
cppunit
|
cppunit
|
||||||
|
|
Loading…
Reference in a new issue