mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
commit
671888aeaa
@ -4,6 +4,7 @@
|
|||||||
, leveldb, glog, perf, utillinux, libnl, iproute, openssl, libevent
|
, leveldb, glog, perf, utillinux, libnl, iproute, openssl, libevent
|
||||||
, ethtool, coreutils, which, iptables, maven
|
, ethtool, coreutils, which, iptables, maven
|
||||||
, bash, autoreconfHook
|
, bash, autoreconfHook
|
||||||
|
, utf8proc, lz4
|
||||||
, withJava ? !stdenv.isDarwin
|
, withJava ? !stdenv.isDarwin
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -50,6 +51,7 @@ in stdenv.mkDerivation rec {
|
|||||||
makeWrapper curl sasl
|
makeWrapper curl sasl
|
||||||
python wrapPython boto setuptools leveldb
|
python wrapPython boto setuptools leveldb
|
||||||
subversion apr glog openssl libevent
|
subversion apr glog openssl libevent
|
||||||
|
utf8proc lz4
|
||||||
] ++ lib.optionals stdenv.isLinux [
|
] ++ lib.optionals stdenv.isLinux [
|
||||||
libnl
|
libnl
|
||||||
] ++ lib.optionals withJava [
|
] ++ lib.optionals withJava [
|
||||||
|
Loading…
Reference in New Issue
Block a user