Merge pull request #55363 from manveru/add-ovirt-engine-sdk
defaultGemConfig.ovirt-engine-sdk: init
This commit is contained in:
commit
bdca4ec510
1 changed files with 4 additions and 0 deletions
|
@ -275,6 +275,10 @@ in
|
|||
] ++ lib.optional stdenv.isDarwin "--with-iconv-dir=${libiconv}";
|
||||
};
|
||||
|
||||
ovirt-engine-sdk = attrs: {
|
||||
buildInputs = [ curl libxml2 ];
|
||||
};
|
||||
|
||||
pango = attrs: {
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ gtk2 xorg.libXdmcp pcre xorg.libpthreadstubs ];
|
||||
|
|
Loading…
Reference in a new issue