gem-config: add lxc as a dependency for ruby-lxc
Signed-off-by: Maximilian Güntner <code@klandest.in>
This commit is contained in:
parent
291138171a
commit
4f57a25e62
@ -21,7 +21,7 @@
|
|||||||
, libiconv, postgresql, v8_3_16_14, clang, sqlite, zlib, imagemagick
|
, libiconv, postgresql, v8_3_16_14, clang, sqlite, zlib, imagemagick
|
||||||
, pkgconfig , ncurses, xapian, gpgme, utillinux, fetchpatch, tzdata, icu, libffi
|
, pkgconfig , ncurses, xapian, gpgme, utillinux, fetchpatch, tzdata, icu, libffi
|
||||||
, cmake, libssh2, openssl, mysql, darwin, git, perl, gecode_3, curl
|
, cmake, libssh2, openssl, mysql, darwin, git, perl, gecode_3, curl
|
||||||
, libmsgpack, qt48, libsodium, snappy, libossp_uuid
|
, libmsgpack, qt48, libsodium, snappy, libossp_uuid, lxc
|
||||||
}@args:
|
}@args:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -145,6 +145,10 @@ in
|
|||||||
buildInputs = [ imagemagick pkgconfig which ];
|
buildInputs = [ imagemagick pkgconfig which ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ruby-lxc = attrs: {
|
||||||
|
buildInputs = [ lxc ];
|
||||||
|
};
|
||||||
|
|
||||||
ruby-terminfo = attrs: {
|
ruby-terminfo = attrs: {
|
||||||
buildInputs = [ ncurses ];
|
buildInputs = [ ncurses ];
|
||||||
buildFlags = [
|
buildFlags = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user