mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
flake.nix: add exporting of AC_LOCAL which was not exported in deveenv.sh.
Was causing another ac macro misbehavior since host ac was not considered by aclocal and autoreconf TODO: Might want to revert 6a1791112de451509d81e03bce5bdd6b1a49a79f if talos-2 board is able to build 3rdparty/sb-sign-tool Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
parent
50ab1c5b88
commit
5b2b4dc0fd
@ -92,6 +92,7 @@
|
|||||||
-e NIX_CFLAGS_COMPILE_FOR_TARGET \
|
-e NIX_CFLAGS_COMPILE_FOR_TARGET \
|
||||||
-e NIX_LDFLAGS_FOR_TARGET \
|
-e NIX_LDFLAGS_FOR_TARGET \
|
||||||
-e PKG_CONFIG_PATH_FOR_TARGET \
|
-e PKG_CONFIG_PATH_FOR_TARGET \
|
||||||
|
-e ACLOCAL_PATH \
|
||||||
${self.devShell.${system}} >$out
|
${self.devShell.${system}} >$out
|
||||||
'';
|
'';
|
||||||
packages.dockerImage = pkgs.dockerTools.buildLayeredImage {
|
packages.dockerImage = pkgs.dockerTools.buildLayeredImage {
|
||||||
@ -117,6 +118,7 @@
|
|||||||
-e NIX_LDFLAGS_FOR_TARGET \
|
-e NIX_LDFLAGS_FOR_TARGET \
|
||||||
-e NIX_PKG_CONFIG_WRAPPER_TARGET \
|
-e NIX_PKG_CONFIG_WRAPPER_TARGET \
|
||||||
-e PKG_CONFIG_PATH_FOR_TARGET \
|
-e PKG_CONFIG_PATH_FOR_TARGET \
|
||||||
|
-e ACLOCAL_PATH \
|
||||||
${self.devShell.${system}} >/devenv.sh
|
${self.devShell.${system}} >/devenv.sh
|
||||||
|
|
||||||
printf '[safe]\n\tdirectory = *\n' >/.gitconfig
|
printf '[safe]\n\tdirectory = *\n' >/.gitconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user