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