NixOS / nix

Nix, the purely functional package manager
https://nixos.org/
GNU Lesser General Public License v2.1
12.31k stars 1.48k forks source link

Port to termux #739

Open viric opened 8 years ago

viric commented 8 years ago

It would be nice to have nix running in termux. If not installable by termux itself, at least easy to build.

http://termux.com/

https://github.com/termux/termux-packages

Anyone wants to play this? I did a simple try, and I could reach a failure to find sqlite with pkg-config, by using "CONFIG_SHELL=which sh ./configure" or so.

pkg-config was giving 2 warning lines at any call, so I guess they were breaking some configure thing.

idupree commented 6 years ago

discussion/progress in https://github.com/termux/termux-packages/issues/59

stale[bot] commented 3 years ago

I marked this as stale due to inactivity. → More info

ajs124 commented 3 years ago

https://github.com/t184256/nix-on-droid/

t184256 commented 3 years ago

This is different. Its precursor https://github.com/t184256/nix-in-termux came closer, but it's still not an honest port.

stale[bot] commented 3 years ago

I marked this as stale due to inactivity. → More info

lucasew commented 2 years ago

I've tried today to run Nix on Termux with the latest release that I generated by running

nix build nix#packages.aarch64-linux.nix-static

That's what I got: image