mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
glusterfs: link up nixosTests
This commit is contained in:
parent
f06211583e
commit
560ec437d7
@ -2,7 +2,7 @@
|
||||
autoconf, automake, libtool, pkg-config, zlib, libaio, libxml2, acl, sqlite,
|
||||
liburcu, liburing, attr, makeWrapper, coreutils, gnused, gnugrep, which,
|
||||
openssh, gawk, findutils, util-linux, lvm2, btrfs-progs, e2fsprogs, xfsprogs, systemd,
|
||||
rsync, glibc, rpcsvc-proto, libtirpc, gperftools
|
||||
rsync, glibc, rpcsvc-proto, libtirpc, gperftools, nixosTests
|
||||
}:
|
||||
let
|
||||
# NOTE: On each glusterfs release, it should be checked if gluster added
|
||||
@ -181,6 +181,10 @@ in stdenv.mkDerivation rec {
|
||||
rm -r $out/bin/conf.py
|
||||
'';
|
||||
|
||||
passthru.tests = {
|
||||
glusterfs = nixosTests.glusterfs;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "Distributed storage system";
|
||||
homepage = "https://www.gluster.org";
|
||||
|
Loading…
Reference in New Issue
Block a user