mkosi: add missing build dependencies

This commit is contained in:
Theodore Ni 2023-08-26 00:46:28 -07:00
parent 5d4857bc3b
commit 8d5f4d61a8
No known key found for this signature in database
GPG key ID: 48B67583BDDD4474

View file

@ -1,6 +1,8 @@
{ lib
, fetchFromGitHub
, setuptools
, setuptools-scm
, wheel
, buildPythonApplication
, pytestCheckHook
, bubblewrap
@ -41,9 +43,10 @@ buildPythonApplication rec {
nativeBuildInputs = [
setuptools
setuptools-scm
wheel
];
propagatedBuildInputs = [
systemdForMkosi
bubblewrap