forked from mirrors/nixpkgs
vde2: use python2
This commit is contained in:
parent
869cf8a56b
commit
3ebca4f4cf
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, fetchurl, openssl, libpcap, python }:
|
{ stdenv, fetchurl, openssl, libpcap, python2 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "vde2-2.3.2";
|
name = "vde2-2.3.2";
|
||||||
|
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "14xga0ib6p1wrv3hkl4sa89yzjxv7f1vfqaxsch87j6scdm59pr2";
|
sha256 = "14xga0ib6p1wrv3hkl4sa89yzjxv7f1vfqaxsch87j6scdm59pr2";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ openssl libpcap python ];
|
buildInputs = [ openssl libpcap python2 ];
|
||||||
|
|
||||||
hardeningDisable = [ "format" ];
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue