mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
mesos: fix build
was broken due to missing dependencies
This commit is contained in:
parent
519012bcdf
commit
7b1f5f70c0
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
, leveldb, glog, perf, utillinux, libnl, iproute, openssl, libevent
|
||||
, ethtool, coreutils, which, iptables, maven
|
||||
, bash, autoreconfHook
|
||||
, utf8proc, lz4
|
||||
, withJava ? !stdenv.isDarwin
|
||||
}:
|
||||
|
||||
|
@ -50,6 +51,7 @@ in stdenv.mkDerivation rec {
|
|||
makeWrapper curl sasl
|
||||
python wrapPython boto setuptools leveldb
|
||||
subversion apr glog openssl libevent
|
||||
utf8proc lz4
|
||||
] ++ lib.optionals stdenv.isLinux [
|
||||
libnl
|
||||
] ++ lib.optionals withJava [
|
||||
|
|
Loading…
Reference in a new issue