Logo
Explore Help
Sign In
public/nixpkgs
1
0
Fork 0
You've already forked nixpkgs
Code Issues Pull Requests Packages Projects Releases Wiki Activity
nixpkgs/pkgs/os-specific/darwin/darwin-stubs/default.nix

19 lines
365 B
Nix
Raw Normal View History

darwin packages: Get ready for cross If things build fine with `stdenvNoCC`, let them use that. If tools might be prefixed, prepare for that, either by directly splicing or just using the env vars provided by the wrapper setup-hooks. Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2021-05-06 15:56:46 -04:00
{ stdenvNoCC, fetchurl }:
darwin/darwin-stubs: init
2020-09-10 19:06:20 +09:00
darwin packages: Get ready for cross If things build fine with `stdenvNoCC`, let them use that. If tools might be prefixed, prepare for that, either by directly splicing or just using the env vars provided by the wrapper setup-hooks. Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2021-05-06 15:56:46 -04:00
stdenvNoCC.mkDerivation {
darwin/darwin-stubs: init
2020-09-10 19:06:20 +09:00
pname = "darwin-stubs";
version = "10.12";
darwin/stdenv: tapi stub based bootstrap Fixes bootstrapping on macOS Big Sur.
2020-12-16 13:59:18 +09:00
src = fetchurl {
url = "https://github.com/NixOS/darwin-stubs/releases/download/v20201216/10.12.tar.gz";
sha256 = "1fyd3xig7brkzlzp0ql7vyfj5sp8iy56kgp548mvicqdyw92adgm";
darwin/darwin-stubs: init
2020-09-10 19:06:20 +09:00
};
dontBuild = true;
installPhase = ''
mkdir $out
darwin/stdenv: tapi stub based bootstrap Fixes bootstrapping on macOS Big Sur.
2020-12-16 13:59:18 +09:00
mv * $out
darwin/darwin-stubs: init
2020-09-10 19:06:20 +09:00
'';
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 519ms Template: 6ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API