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