pkgs: use non-prebuilt SDK

This commit is contained in:
Alexander Sosedkin 2022-07-03 19:03:00 +02:00
parent 0de95f9e9f
commit 0ad6321f79
5 changed files with 38 additions and 42 deletions

View file

@ -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";
}