dtc,python.pkgs.libfdt: drop python buildInput

This doesn't seem to be necessary to build the library with
strictDeps = true, or when cross-compiling.
This commit is contained in:
Alyssa Ross 2019-11-03 18:50:21 +00:00 committed by Benjamin Hipple
parent fdba3f6db0
commit f20b89d1d4

View file

@ -13,7 +13,6 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ flex bison pkgconfig which ] ++ lib.optionals pythonSupport [ python swig ];
buildInputs = lib.optionals pythonSupport [ python ];
postPatch = ''
patchShebangs pylibfdt/