mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
mesos: fix build
This commit is contained in:
parent
b746a1644f
commit
188f0796b9
|
@ -18,7 +18,7 @@ in stdenv.mkDerivation {
|
|||
|
||||
buildInputs = [
|
||||
makeWrapper autoconf automake libtool curl sasl jdk maven
|
||||
python wrapPython boto distutils-cfg
|
||||
python wrapPython boto distutils-cfg setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue