lkl: bc & python are native build inputs

This commit is contained in:
Joachim Fasting 2017-05-23 01:41:22 +02:00
parent e845495edb
commit e983d4306e
No known key found for this signature in database
GPG Key ID: 7544761007FE4E08

View File

@ -4,7 +4,9 @@ stdenv.mkDerivation rec {
name = "lkl-${stdenv.lib.substring 0 7 rev}";
rev = "d74707304d4e4614081ae2a612a833aeb46622b5";
buildInputs = [ bc python fuse libarchive ];
nativeBuildInputs = [ bc python ];
buildInputs = [ fuse libarchive ];
src = fetchFromGitHub {
inherit rev;