mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 00:22:13 +00:00
11 lines
262 B
Nix
11 lines
262 B
Nix
{ mkDerivation }:
|
|
|
|
mkDerivation {
|
|
version = "20.3.8.9";
|
|
sha256 = "0v2iiyzss8hiih98wvj0gi2qzdmmhh7bvc9p025wlfm4k7r1109a";
|
|
|
|
prePatch = ''
|
|
substituteInPlace configure.in --replace '`sw_vers -productVersion`' "''${MACOSX_DEPLOYMENT_TARGET:-10.12}"
|
|
'';
|
|
}
|