variety: move makeWrapper to nativeBuildInputs

This commit is contained in:
Rick van Schijndel 2021-07-12 21:53:43 +02:00
parent 08ca856305
commit 8c70974350

View file

@ -26,9 +26,9 @@ buildPythonApplication rec {
sha256 = "sha256-6dLz4KXavXwnk5GizBH46d2EHMHPjRo0WnnUuVMtI1M=";
};
nativeBuildInputs = [ intltool wrapGAppsHook ];
nativeBuildInputs = [ makeWrapper intltool wrapGAppsHook ];
buildInputs = [ makeWrapper distutils_extra ];
buildInputs = [ distutils_extra ];
doCheck = false;