omniorb: use python2

This commit is contained in:
Frederik Rietdijk 2016-12-08 12:23:25 +01:00
parent 85e170c2c1
commit 70b0af9f83

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, python }:
{ stdenv, fetchurl, python2 }:
stdenv.mkDerivation rec {
name = "omniorb-${version}";
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
sha256 = "1g58xcw4641wyisp9wscrkzaqrz0vf123dgy52qq2a3wk7y77hkl";
};
buildInputs = [ python ];
buildInputs = [ python2 ];
hardeningDisable = [ "format" ];