qpid-cpp: use python2
This commit is contained in:
parent
4d51b6cda5
commit
392a57b568
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, cmake, python, boost, libuuid, ruby }:
|
{ stdenv, fetchurl, cmake, python2, boost, libuuid, ruby }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "qpid-cpp-${version}";
|
name = "qpid-cpp-${version}";
|
||||||
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "07ibwvw5lm7xabv32zai5x03r7l9mxm0zk7h9lbfkzmav0f41w0w";
|
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 subdir managementgen wants to install python stuff in ${python} and
|
||||||
# the installation tries to create some folders in /var
|
# the installation tries to create some folders in /var
|
||||||
|
Loading…
Reference in New Issue
Block a user