infiniband-diags: remove glib dependency
not needed anymore according to release notes https://github.com/linux-rdma/infiniband-diags/releases/tag/2.2.0
This commit is contained in:
parent
a65dec2ad1
commit
c130904547
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchFromGitHub, autoconf, automake, libtool, pkgconfig, rdma-core,
|
{ stdenv, fetchFromGitHub, autoconf, automake, libtool, pkgconfig, rdma-core
|
||||||
glib, opensm, perl, makeWrapper }:
|
, opensm, perl, makeWrapper }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "infiniband-diags-${version}";
|
name = "infiniband-diags-${version}";
|
||||||
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ autoconf automake libtool pkgconfig makeWrapper ];
|
nativeBuildInputs = [ autoconf automake libtool pkgconfig makeWrapper ];
|
||||||
|
|
||||||
buildInputs = [ rdma-core glib opensm perl ];
|
buildInputs = [ rdma-core opensm perl ];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
export CFLAGS="-I${opensm}/include/infiniband"
|
export CFLAGS="-I${opensm}/include/infiniband"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user