corosync: remove top-level with lib;
This commit is contained in:
parent
1e3deb3d8a
commit
c34dac0481
@ -7,8 +7,9 @@
|
||||
, nixosTests
|
||||
}:
|
||||
|
||||
with lib;
|
||||
|
||||
let
|
||||
inherit (lib) optional;
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "corosync";
|
||||
version = "3.1.8";
|
||||
@ -50,7 +51,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
preConfigure = optionalString enableInfiniBandRdma ''
|
||||
preConfigure = lib.optionalString enableInfiniBandRdma ''
|
||||
# configure looks for the pkg-config files
|
||||
# of librdmacm and libibverbs
|
||||
# Howver, rmda-core does not provide a pkg-config file
|
||||
@ -70,7 +71,7 @@ stdenv.mkDerivation rec {
|
||||
inherit (nixosTests) pacemaker;
|
||||
};
|
||||
|
||||
meta = {
|
||||
meta = with lib; {
|
||||
homepage = "http://corosync.org/";
|
||||
description = "Group Communication System with features for implementing high availability within applications";
|
||||
license = licenses.bsd3;
|
||||
|
Loading…
Reference in New Issue
Block a user