mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 23:55:23 +00:00
11 lines
235 B
Nix
11 lines
235 B
Nix
{ mkDerivation }:
|
|
|
|
mkDerivation rec {
|
|
version = "21.3.8.3";
|
|
sha256 = "1szybirrcpqsl2nmlmpbkxjqnm6i7l7bma87m5cpwi0kpvlxwmcw";
|
|
|
|
prePatch = ''
|
|
substituteInPlace configure.in --replace '`sw_vers -productVersion`' '10.10'
|
|
'';
|
|
}
|