systemd-boot: port builder to python3

see #18185
This commit is contained in:
Jörg Thalheim
2016-09-30 13:28:42 +02:00
parent eb1d9269e0
commit 4e0423467a
2 changed files with 54 additions and 42 deletions
@@ -12,7 +12,7 @@ let
isExecutable = true;
inherit (pkgs) python;
inherit (pkgs) python3;
systemd = config.systemd.package;