added neccesary packages to compile

This commit is contained in:
APEX FIGHT
2025-10-31 22:53:45 -04:00
parent 0ba1f7c6bc
commit adccb59812

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env nix-shell
#! nix-shell -i bash
#! nix-shell -p bash curl gcc zlib libffi icu77 python314
#! nix-shell -p bash curl gcc zlib libffi icu77 python314 rustc ccache llvm-objdump
SUBVERSION="140.4.0"
VERSION="${SUBVERSION}esr"
DOWNLOAD="https://ftp.mozilla.org/pub/firefox/releases/$VERSION/source/firefox-$VERSION.source.tar.xz"