diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-12-02 19:24:11 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-12-02 19:24:11 +0530 |
| commit | a0221e80c3018ce727c4778c4b96b046bf4887a5 (patch) | |
| tree | d2dc98c7ba2858e09b03e56e0ff342932b85d73a /shell.nix | |
| parent | 62620d233ad030e76d30563838ffc9d53f07df40 (diff) | |
update
Diffstat (limited to 'shell.nix')
| -rw-r--r-- | shell.nix | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -33,7 +33,7 @@ m4 nettools openssl.dev - # perl + perl pngcrush procps python3 @@ -55,15 +55,12 @@ readline libgcc # crtbeginS.o - # iconv # ??? - i put this here and by the time i went back to remove unecessary packages i forgot why + iconv # ??? - i put this here and by the time i went back to remove unecessary packages i forgot why iconv.dev # sys/types.h ]; profile = '' - export ALLOW_NINJA_ENV=true export USE_CCACHE=1 export CCACHE_EXEC=/usr/bin/ccache - export ANDROID_JAVA_HOME=${pkgs.jdk11.home} - # Building involves a phase of unzipping large files into a temporary directory export TMPDIR=/tmp export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${pkgs.ncurses5}/lib ''; |
