lkl: use python3

+2 -2
+2 -2
pkgs/applications/virtualization/lkl/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, bc, python, bison, flex, fuse, libarchive 1 + { lib, stdenv, fetchFromGitHub, bc, python3, bison, flex, fuse, libarchive 2 2 , buildPackages }: 3 3 4 4 stdenv.mkDerivation rec { ··· 8 8 9 9 outputs = [ "dev" "lib" "out" ]; 10 10 11 - nativeBuildInputs = [ bc bison flex python ]; 11 + nativeBuildInputs = [ bc bison flex python3 ]; 12 12 13 13 buildInputs = [ fuse libarchive ]; 14 14