mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
update nixpkgs; applyPatches to fix toolchain (nixpkgs!269077)
This commit is contained in:
parent
970a735f56
commit
6daee58791
13 changed files with 80 additions and 28 deletions
|
|
@ -1,7 +1,6 @@
|
|||
# Copyright (c) 2019-2023, see AUTHORS. Licensed under MIT License, see LICENSE.
|
||||
|
||||
{ callPackage
|
||||
, nixpkgs
|
||||
, fetchurl
|
||||
, python3
|
||||
, pkg-config
|
||||
|
|
@ -9,7 +8,7 @@
|
|||
}:
|
||||
|
||||
let
|
||||
pkgsCross = import nixpkgs (callPackage ./cross-pkgs-args.nix { });
|
||||
pkgsCross = callPackage ./cross-pkgs.nix { };
|
||||
in
|
||||
|
||||
pkgsCross.stdenv.mkDerivation rec {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue