mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
pkgs: use non-prebuilt SDK
This commit is contained in:
parent
0de95f9e9f
commit
0ad6321f79
5 changed files with 38 additions and 42 deletions
|
|
@ -1,11 +1,9 @@
|
|||
# Copyright (c) 2019-2021, see AUTHORS. Licensed under MIT License, see LICENSE.
|
||||
# Copyright (c) 2019-2022, see AUTHORS. Licensed under MIT License, see LICENSE.
|
||||
|
||||
{ pkgs ? (import ../pkgs/lib/load-nixpkgs.nix {}) }:
|
||||
|
||||
let
|
||||
pkgs.callPackage ../pkgs/proot-termux {
|
||||
stdenv = pkgs.stdenv;
|
||||
in
|
||||
pkgs.callPackage ../pkgs/proot-termux {
|
||||
outputBinaryName = "proot";
|
||||
inherit pkgs;
|
||||
}
|
||||
static = false;
|
||||
outputBinaryName = "proot";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue