qpid-cpp: use python2

This commit is contained in:
Frederik Rietdijk 2017-02-08 19:54:52 +01:00
parent 4d51b6cda5
commit 392a57b568

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, cmake, python, boost, libuuid, ruby }:
{ stdenv, fetchurl, cmake, python2, boost, libuuid, ruby }:
stdenv.mkDerivation rec {
name = "qpid-cpp-${version}";
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
sha256 = "07ibwvw5lm7xabv32zai5x03r7l9mxm0zk7h9lbfkzmav0f41w0w";
};
buildInputs = [ cmake python boost libuuid ruby ];
buildInputs = [ cmake python2 boost libuuid ruby ];
# the subdir managementgen wants to install python stuff in ${python} and
# the installation tries to create some folders in /var