From f20b89d1d412d7aac217ab81d20a81ceca3264e2 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sun, 3 Nov 2019 18:50:21 +0000 Subject: [PATCH] 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. --- pkgs/development/compilers/dtc/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/compilers/dtc/default.nix b/pkgs/development/compilers/dtc/default.nix index b7fcbe1c611..0a694e29ee8 100644 --- a/pkgs/development/compilers/dtc/default.nix +++ b/pkgs/development/compilers/dtc/default.nix @@ -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/