ntrack: use python3
This commit is contained in:
parent
56741fba94
commit
bd8b4741a0
@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchurl, qt4, pkg-config, libnl, python2 }:
|
||||
{ lib, stdenv, fetchurl, qt4, pkg-config, libnl, python3 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "ntrack";
|
||||
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ libnl qt4 ];
|
||||
|
||||
nativeBuildInputs = [ pkg-config python2 ];
|
||||
nativeBuildInputs = [ pkg-config python3 ];
|
||||
|
||||
# error: ISO C does not support '__FUNCTION__' predefined identifier [-Werror=pedantic]
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error";
|
||||
|
Loading…
Reference in New Issue
Block a user