extlinux-conf: fix cross compilation
This commit is contained in:
parent
dc8aca448d
commit
f17dd04f12
@ -3,6 +3,6 @@
|
||||
pkgs.substituteAll {
|
||||
src = ./extlinux-conf-builder.sh;
|
||||
isExecutable = true;
|
||||
path = [pkgs.coreutils pkgs.gnused pkgs.gnugrep];
|
||||
inherit (pkgs) bash;
|
||||
path = [pkgs.buildPackages.coreutils pkgs.buildPackages.gnused pkgs.buildPackages.gnugrep];
|
||||
inherit (pkgs.buildPackages) bash;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user