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