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