mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
mkosi: add always required runtime dependencies
This commit is contained in:
parent
6ee48dcedd
commit
93c2b21ad3
@ -6,6 +6,10 @@
|
||||
, bubblewrap
|
||||
, systemd
|
||||
, pandoc
|
||||
, kmod
|
||||
, gnutar
|
||||
, util-linux
|
||||
, cpio
|
||||
|
||||
# Python packages
|
||||
, setuptools
|
||||
@ -84,8 +88,12 @@ buildPythonApplication rec {
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
systemdForMkosi
|
||||
bubblewrap
|
||||
cpio
|
||||
gnutar
|
||||
kmod
|
||||
systemdForMkosi
|
||||
util-linux
|
||||
] ++ lib.optional withQemu [
|
||||
qemu
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user