lkl: use python3

launchpad/nixpkgs/master
Frederik Rietdijk 3 years ago
parent 857aba26ca
commit 48d060a81c
  1. 4
      pkgs/applications/virtualization/lkl/default.nix

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, bc, python, bison, flex, fuse, libarchive
{ lib, stdenv, fetchFromGitHub, bc, python3, bison, flex, fuse, libarchive
, buildPackages }:
stdenv.mkDerivation rec {
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
outputs = [ "dev" "lib" "out" ];
nativeBuildInputs = [ bc bison flex python ];
nativeBuildInputs = [ bc bison flex python3 ];
buildInputs = [ fuse libarchive ];

Loading…
Cancel
Save